From 24536dd030796dc57ca5148b031062da3e0b793e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 10 Feb 2014 08:21:49 +0000 Subject: [PATCH] gsubprocess: Fix a broken link in the documentation https://bugzilla.gnome.org/show_bug.cgi?id=724001 --- gio/gsubprocess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c index 58995809c..01470cc2a 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). *