Home
last modified time | relevance | path

Searched refs:GSubprocess (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/gio/
Dgsubprocess.h33 #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 …]
Dgsubprocess.c171 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 …]
Dgsubprocesslauncher.h45 GSubprocess * g_subprocess_launcher_spawn (GSubprocessLauncher *sel…
51 GSubprocess * g_subprocess_launcher_spawnv (GSubprocessLauncher *sel…
Dgsubprocesslauncher.c726 GSubprocess *
732 GSubprocess *result; in g_subprocess_launcher_spawn()
769 GSubprocess *
774 GSubprocess *subprocess; in g_subprocess_launcher_spawnv()
Dgsubprocesslauncher-private.h55 void g_subprocess_set_launcher (GSubprocess *subprocess,
Dgunixmount.c249 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_unmount_done()
279 GSubprocess *subprocess; in eject_unmount_do_cb()
Dgunixvolume.c273 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_mount_done()
311 GSubprocess *subprocess; in eject_mount_do()
Dglib-compile-resources.c323 GSubprocess *proc; in end_element()
380 GSubprocess *proc; in end_element()
411 GSubprocess *proc; in end_element()
Dgio-autocleanups.h132 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSubprocess, g_object_unref)
Dgiotypes.h642 typedef struct _GSubprocess GSubprocess; typedef
/third_party/glib/gio/tests/
Dgsubprocess.c70 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 …]
Dg-file-info-filesystem-readonly.c36 GSubprocess *subprocess; in run()
Dgapplication.c998 GSubprocess *subprocess;
Dfile.c2007 GSubprocess *du; in get_size_from_du()
/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c60 GSubprocess *subproc;
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt4560 <TITLE>GSubprocess</TITLE>
4561 GSubprocess
/third_party/glib/
DNEWS1650 - !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