[glib] docs: Fix up varargs documentation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix up varargs documentation
- Date: Sat, 31 May 2014 14:54:31 +0000 (UTC)
commit a4847190332ec2e9b749e68c5153de9e972d8b4d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 31 08:55:21 2014 -0400
docs: Fix up varargs documentation
gtk-doc expects varargs to be documented in a specific way,
otherwise it complains.
gio/gsubprocess.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c
index 22e7498..ebdfd43 100644
--- a/gio/gsubprocess.c
+++ b/gio/gsubprocess.c
@@ -649,8 +649,8 @@ g_subprocess_class_init (GSubprocessClass *class)
* g_subprocess_new: (skip)
* @flags: flags that define the behaviour of the subprocess
* @error: (allow-none): return location for an error, or %NULL
- * @argv0: first commandline argument to pass to the subprocess,
- * followed by more arguments, followed by %NULL
+ * @argv0: first commandline argument to pass to the subprocess
+ * @...: more commandline arguments, followed by %NULL
*
* Create a new process with the given flags and varargs argument
* list. By default, matching the g_spawn_async() defaults, the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]