Учитывая строку с именем команда , мне нужно создать GLib InputStream объект Как ? Спасибо
string command = "foobar"; GLib.InputStream input_stream = new GLib.MemoryInputStream.from_data (command.data, GLib.g_free);