gsubprocess: Fix a broken link in the documentation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 10 Feb 2014 08:21:49 +0000 (08:21 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 10 Feb 2014 08:22:30 +0000 (08:22 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=724001

gio/gsubprocess.c

index 5899580..01470cc 100644 (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).
  *