summaryrefslogtreecommitdiff
path: root/glib/gshell.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-12-14 16:26:24 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-14 16:26:24 +0000
commit4a298b0fc6ee5d77656e8c016cff04f280b95a3c (patch)
tree2059e38ecb336c9721c000d1f60bb481821d7759 /glib/gshell.c
parentf15dcf60e62257a1a9ee04e18d98d641af1a23b9 (diff)
downloadglib-4a298b0fc6ee5d77656e8c016cff04f280b95a3c.tar.gz
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
Diffstat (limited to 'glib/gshell.c')
-rw-r--r--glib/gshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gshell.c b/glib/gshell.c
index 3f6134b6b..87ebaff6f 100644
--- a/glib/gshell.c
+++ b/glib/gshell.c
@@ -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
**/