glib.gspawn

Undocumented in source.

Members

Aliases

GSpawnChildSetupFunc
alias GSpawnChildSetupFunc = void function(gpointer user_data)
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
alias g_spawn_async = g_spawn_async_utf8
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
alias g_spawn_async_with_pipes = g_spawn_async_with_pipes_utf8
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
alias g_spawn_command_line_async = g_spawn_command_line_async_utf8
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
alias g_spawn_command_line_sync = g_spawn_command_line_sync_utf8
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
alias g_spawn_sync = g_spawn_sync_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GSpawnError
enum GSpawnError
Undocumented in source.
GSpawnFlags
enum GSpawnFlags
Undocumented in source.

Functions

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.

Meta