Handbook
Glossary
g_subprocess_launcher_set_child_setup ( subprocess_launcher child_setup user_data destroy_notify -- )
Vocabulary
gio
.
ffi
Inputs
subprocess_launcher
an
object
child_setup
an
object
user_data
an
object
destroy_notify
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_subprocess_launcher_set_child_setup
( GSubprocessLauncher* subprocess_launcher,
GSpawnChildSetupFunc
child_setup,
gpointer
user_data,
GDestroyNotify
destroy_notify )