[glib] gsubprocess: Fix a broken link in the documentation



commit 24536dd030796dc57ca5148b031062da3e0b793e
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Feb 10 08:21:49 2014 +0000

    gsubprocess: Fix a broken link in the documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724001

 gio/gsubprocess.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c
index 5899580..01470cc 100644
--- a/gio/gsubprocess.c
+++ b/gio/gsubprocess.c
@@ -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).
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]