mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02:00
g_shell_parse_argv: Annotate
This commit is contained in:
parent
98ebc596cf
commit
581ed51f0d
@ -600,8 +600,8 @@ tokenize_command_line (const gchar *command_line,
|
|||||||
/**
|
/**
|
||||||
* g_shell_parse_argv:
|
* g_shell_parse_argv:
|
||||||
* @command_line: command line to parse
|
* @command_line: command line to parse
|
||||||
* @argcp: return location for number of args
|
* @argcp: (out): return location for number of args
|
||||||
* @argvp: return location for array of args
|
* @argvp: (out) (array length=argcp zero-terminated=1): return location for array of args
|
||||||
* @error: return location for error
|
* @error: return location for error
|
||||||
*
|
*
|
||||||
* Parses a command line into an argument vector, in much the same way
|
* Parses a command line into an argument vector, in much the same way
|
||||||
|
Loading…
x
Reference in New Issue
Block a user