mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
f7abd3ce13
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 |
||
---|---|---|
.. | ||
building.xml | ||
changes.xml | ||
compiling.xml | ||
cross.xml | ||
file-name-encodings.png | ||
file-name-encodings.sxd | ||
glib-docs.xml | ||
glib-gettextize.xml | ||
glib-overrides.txt | ||
glib-sections.txt | ||
glib.types | ||
gtester-report.xml | ||
gtester.xml | ||
gvariant-text.xml | ||
gvariant-varargs.xml | ||
mainloop-states.eps | ||
mainloop-states.fig | ||
mainloop-states.gif | ||
mainloop-states.png | ||
Makefile.am | ||
regex-syntax.xml | ||
resources.xml | ||
running.xml | ||
version.xml.in |