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:
Havoc Pennington
2001-12-14 16:26:24 +00:00
committed by Havoc Pennington
parent f15dcf60e6
commit 4a298b0fc6
10 changed files with 85 additions and 3 deletions

View File

@@ -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
**/