mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02:00
note on how to free returned vector
2001-12-14 Havoc Pennington <hp@pobox.com> * glib/gshell.c (g_shell_parse_argv): note on how to free returned vector 2001-12-08 Havoc Pennington <hp@pobox.com> * glib/gspawn.c (fork_exec_with_pipes): include argv[0] in error message about failure to exec
This commit is contained in:
committed by
Havoc Pennington
parent
f15dcf60e6
commit
4a298b0fc6
@@ -579,7 +579,7 @@ tokenize_command_line (const gchar *command_line,
|
||||
* contains none of the unsupported shell expansions. If the input
|
||||
* does contain such expansions, they are passed through
|
||||
* literally. Possible errors are those from the #G_SHELL_ERROR
|
||||
* domain.
|
||||
* domain. Free the returned vector with g_strfreev().
|
||||
*
|
||||
* Return value: TRUE on success, FALSE if error set
|
||||
**/
|
||||
|
Reference in New Issue
Block a user