Searched refs:g_spawn_sync (Results 1 – 8 of 8) sorted by relevance
81 #define g_spawn_sync g_spawn_sync_utf8 macro116 gboolean g_spawn_sync (const gchar *working_directory,
2628 #undef g_spawn_sync 2629 extern __typeof (g_spawn_sync) g_spawn_sync __attribute((alias("IA__g_spawn_sync"), visibility("def…
2621 extern __typeof (g_spawn_sync) IA__g_spawn_sync __attribute((visibility("hidden")));2622 #define g_spawn_sync IA__g_spawn_sync macro
988 g_spawn_sync
893 (g_spawn_sync): Don't ask for a child pid which we don't need.
889 happen in case of g_spawn_sync. Fixes #92658
1709 * glib/gspawn.c (g_spawn_sync): Improve the docs. (#491968,
1930 325310 g_spawn_sync hangs when catching both stdout and