g_subprocess_communicate ( GSubprocess* subprocess, GBytes* stdin_buf, GCancellable* cancellable, GBytes** stdout_buf, GBytes** stderr_buf, GError** error )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_communicate_async ( GSubprocess* subprocess, GBytes* stdin_buf, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_communicate_finish ( GSubprocess* subprocess, GAsyncResult* result, GBytes** stdout_buf, GBytes** stderr_buf, GError** error )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_communicate_utf8 ( GSubprocess* subprocess, char const* stdin_buf, GCancellable* cancellable, char** stdout_buf, char** stderr_buf, GError** error )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_communicate_utf8_async ( GSubprocess* subprocess, char const* stdin_buf, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_communicate_utf8_finish ( GSubprocess* subprocess, GAsyncResult* result, char** stdout_buf, char** stderr_buf, GError** error )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_force_exit ( GSubprocess* subprocess )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_get_exit_status ( GSubprocess* subprocess )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_get_identifier ( GSubprocess* subprocess )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
g_subprocess_get_if_exited ( GSubprocess* subprocess )
Field 'subprocess.launcher' in 1st parameter 'subprocess' (pointer) has base type 'struct _GSubprocessLauncher'.
...