- g_spawn_async
gboolean g_spawn_async(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async_utf8
gboolean g_spawn_async_utf8(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async_with_pipes
gboolean g_spawn_async_with_pipes(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, gint* standard_input, gint* standard_output, gint* standard_error, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_async_with_pipes_utf8
gboolean g_spawn_async_with_pipes_utf8(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, gint* standard_input, gint* standard_output, gint* standard_error, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_check_exit_status
gboolean g_spawn_check_exit_status(gint exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_close_pid
void g_spawn_close_pid(GPid pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_async
gboolean g_spawn_command_line_async(const(gchar)* command_line, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_async_utf8
gboolean g_spawn_command_line_async_utf8(const(gchar)* command_line, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_sync
gboolean g_spawn_command_line_sync(const(gchar)* command_line, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_command_line_sync_utf8
gboolean g_spawn_command_line_sync_utf8(const(gchar)* command_line, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_error_quark
GQuark g_spawn_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_exit_error_quark
GQuark g_spawn_exit_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_sync
gboolean g_spawn_sync(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_spawn_sync_utf8
gboolean g_spawn_sync_utf8(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gchar** standard_output, gchar** standard_error, gint* exit_status, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.