Handbook
Glossary
g_subprocess_communicate_utf8 ( subprocess stdin_buf cancellable stdout_buf stderr_buf error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
subprocess
an
object
stdin_buf
an
object
cancellable
an
object
stdout_buf
an
object
stderr_buf
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_subprocess_communicate_utf8
( GSubprocess* subprocess, gchar* stdin_buf, GCancellable*
cancellable, gchar** stdout_buf, gchar** stderr_buf, GError*
error )