[glib/glib-2-28] g_shell_parse_argv: Annotate
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-28] g_shell_parse_argv: Annotate
- Date: Sun, 5 Jun 2011 17:43:04 +0000 (UTC)
commit 5799f7aadda67304f805288970a96830a7d916c8
Author: Colin Walters <walters verbum org>
Date: Tue May 31 13:10:12 2011 -0400
g_shell_parse_argv: Annotate
glib/gshell.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gshell.c b/glib/gshell.c
index 5ae58ff..315f502 100644
--- a/glib/gshell.c
+++ b/glib/gshell.c
@@ -600,8 +600,8 @@ tokenize_command_line (const gchar *command_line,
/**
* g_shell_parse_argv:
* @command_line: command line to parse
- * @argcp: return location for number of args
- * @argvp: return location for array of args
+ * @argcp: (out): return location for number of args
+ * @argvp: (out) (array length=argcp zero-terminated=1): return location for array of args
* @error: return location for error
*
* Parses a command line into an argument vector, in much the same way
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]