gsubprocess: Fix a broken link in the documentation

https://bugzilla.gnome.org/show_bug.cgi?id=724001
This commit is contained in:
Philip Withnall 2014-02-10 08:21:49 +00:00
parent 28b1d39058
commit 24536dd030

View File

@ -71,8 +71,8 @@
* change of working directory, child setup functions, etc).
*
* A typical use of #GSubprocess will involve calling
* g_subprocess_new(), followed by g_subprocess_wait() or
* g_subprocess_wait_sync(). After the process exits, the status can be
* g_subprocess_new(), followed by g_subprocess_wait_async() or
* g_subprocess_wait(). After the process exits, the status can be
* checked using functions such as g_subprocess_get_if_exited() (which
* are similar to the familiar WIFEXITED-style POSIX macros).
*