Searched refs:GSubprocess (Results 1 – 17 of 17) sorted by relevance
/third_party/glib/gio/ |
D | gsubprocess.h | 33 #define G_SUBPROCESS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_SUBPROCESS, GSubprocess)) 42 GSubprocess * g_subprocess_new (GSubprocessFlags flags, 47 GSubprocess * g_subprocess_newv (const gchar * const *argv, 52 GOutputStream * g_subprocess_get_stdin_pipe (GSubprocess *subprocess); 55 GInputStream * g_subprocess_get_stdout_pipe (GSubprocess *subprocess); 58 GInputStream * g_subprocess_get_stderr_pipe (GSubprocess *subprocess); 61 const gchar * g_subprocess_get_identifier (GSubprocess *subprocess); 65 void g_subprocess_send_signal (GSubprocess *subprocess, 70 void g_subprocess_force_exit (GSubprocess *subprocess); 73 gboolean g_subprocess_wait (GSubprocess *subprocess, [all …]
|
D | gsubprocess.c | 171 G_DEFINE_TYPE_WITH_CODE (GSubprocess, g_subprocess, G_TYPE_OBJECT, 246 GSubprocess *self = G_SUBPROCESS (object); in g_subprocess_set_property() 268 GSubprocess *self = user_data; in g_subprocess_exited() 298 GSubprocess *self = G_SUBPROCESS (initable); in initable_init() 463 GSubprocess *self = G_SUBPROCESS (object); in g_subprocess_finalize() 479 g_subprocess_init (GSubprocess *self) in g_subprocess_init() 528 GSubprocess * 534 GSubprocess *result; in g_subprocess_new() 573 GSubprocess * 599 g_subprocess_get_identifier (GSubprocess *subprocess) in g_subprocess_get_identifier() [all …]
|
D | gsubprocesslauncher.h | 45 GSubprocess * g_subprocess_launcher_spawn (GSubprocessLauncher *sel… 51 GSubprocess * g_subprocess_launcher_spawnv (GSubprocessLauncher *sel…
|
D | gsubprocesslauncher.c | 726 GSubprocess * 732 GSubprocess *result; in g_subprocess_launcher_spawn() 769 GSubprocess * 774 GSubprocess *subprocess; in g_subprocess_launcher_spawnv()
|
D | gsubprocesslauncher-private.h | 55 void g_subprocess_set_launcher (GSubprocess *subprocess,
|
D | gunixmount.c | 249 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_unmount_done() 279 GSubprocess *subprocess; in eject_unmount_do_cb()
|
D | gunixvolume.c | 273 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_mount_done() 311 GSubprocess *subprocess; in eject_mount_do()
|
D | glib-compile-resources.c | 323 GSubprocess *proc; in end_element() 380 GSubprocess *proc; in end_element() 411 GSubprocess *proc; in end_element()
|
D | gio-autocleanups.h | 132 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSubprocess, g_object_unref)
|
D | giotypes.h | 642 typedef struct _GSubprocess GSubprocess; typedef
|
/third_party/glib/gio/tests/ |
D | gsubprocess.c | 70 GSubprocess *proc; in test_noop() 107 GSubprocess *proc; in test_noop_all_to_null() 125 GSubprocess *proc; in test_noop_no_wait() 141 GSubprocess *proc; in test_noop_stdin_inherit() 160 GSubprocess *proc; in test_search_path() 178 GSubprocess *proc; in test_exit1() 211 GSubprocess *subprocess = G_SUBPROCESS (source); in test_exit1_cancel_wait_check_cb() 233 GSubprocess *proc; in test_exit1_cancel() 264 GSubprocess *subprocess = G_SUBPROCESS (source); in test_exit1_cancel_in_cb_wait_check_cb() 288 GSubprocess *proc; in test_exit1_cancel_in_cb() [all …]
|
D | g-file-info-filesystem-readonly.c | 36 GSubprocess *subprocess; in run()
|
D | gapplication.c | 998 GSubprocess *subprocess;
|
D | file.c | 2007 GSubprocess *du; in get_size_from_du()
|
/third_party/gstreamer/gstreamer/tests/validate/ |
D | gst-tester.c | 60 GSubprocess *subproc;
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 4560 <TITLE>GSubprocess</TITLE> 4561 GSubprocess
|
/third_party/glib/ |
D | NEWS | 1650 - !883 tests: Fix small race in GSubprocess tests 1983 - !667 GSubprocess fixes for W32 test suite 2311 - !381 Add UTF-8 communication tests for GSubprocess 2388 - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests" 5382 * GSubprocess 5530 672102 GSubprocess class
|