mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
gsubprocess: Fix a broken link in the documentation
https://bugzilla.gnome.org/show_bug.cgi?id=724001
This commit is contained in:
parent
28b1d39058
commit
24536dd030
@ -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).
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user