mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
doc: various improvements
- g_subprocess_launcher_spawn() and spawnv(): there is no other way AFAIK to create a GSubprocess from a launcher. So these functions are not "convenience helper". - annotate optional arguments for g_shell_parse_argv(). - other trivial fix https://bugzilla.gnome.org/show_bug.cgi?id=732357
This commit is contained in:
@@ -619,9 +619,10 @@ tokenize_command_line (const gchar *command_line,
|
||||
/**
|
||||
* g_shell_parse_argv:
|
||||
* @command_line: command line to parse
|
||||
* @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
|
||||
* @argcp: (out) (optional): return location for number of args, or %NULL
|
||||
* @argvp: (out) (optional) (array length=argcp zero-terminated=1): return
|
||||
* location for array of args, or %NULL
|
||||
* @error: (optional): return location for error, or %NULL
|
||||
*
|
||||
* Parses a command line into an argument vector, in much the same way
|
||||
* the shell would, but without many of the expansions the shell would
|
||||
|
Reference in New Issue
Block a user