Handbook
Glossary
g_subprocess_communicate_finish ( subprocess result stdout_buf stderr_buf error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
subprocess
an
object
result
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_finish
( GSubprocess* subprocess, GAsyncResult* result, GBytes**
stdout_buf, GBytes** stderr_buf, GError* error )