Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
commandという名前の文字列が与えられた場合、GLib InputStreamオブジェクトを作成する必要があります。ありがとう
string command = "foobar"; GLib.InputStream input_stream = new GLib.MemoryInputStream.from_data (command.data, GLib.g_free);