Colin Walters f7abd3ce13 Add g_spawn_check_exit_status()
Many (if not "almost all") programs that spawn other programs via
g_spawn_sync() or the like simply want to check whether or not the
child exited successfully, but doing so requires use of
platform-specific functionality and there's actually a fair amount of
boilerplate involved.

This new API will help drain a *lot* of mostly duplicated code in
GNOME, from gnome-session to gdm.  And we can see that some bits even
inside GLib were doing it wrong; for example checking the exit status
on Unix, but ignoring it on Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=679691
2012-07-10 18:03:56 -04:00
..
2012-04-23 02:46:18 +01:00
2012-04-23 02:46:18 +01:00
2012-04-23 02:46:18 +01:00
2010-04-16 20:40:02 -04:00
2012-06-25 23:23:58 -04:00
2010-04-16 20:40:02 -04:00
2000-12-05 20:43:58 +00:00
2000-12-05 20:43:58 +00:00
2000-12-05 20:43:58 +00:00
2000-12-05 20:43:58 +00:00
2012-04-23 02:46:18 +01:00
2002-11-23 01:37:17 +00:00