diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-16 19:31:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-16 19:31:36 +0000 |
commit | a52e2986cd4a2147cfc8d41ae23d98907caaf3a0 (patch) | |
tree | b650c01bcf0ec2040d4c2aca256f8155229164e7 /glib/gshell.c | |
parent | d6977cf92fb222e42ef785bee226011fdcb2d5cf (diff) | |
download | glib-a52e2986cd4a2147cfc8d41ae23d98907caaf3a0.tar.gz |
Minor markup fixes.
* glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c,
glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c,
glib/gtree.c: Minor markup fixes.
* glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
Diffstat (limited to 'glib/gshell.c')
-rw-r--r-- | glib/gshell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gshell.c b/glib/gshell.c index 87ebaff6f..399aec431 100644 --- a/glib/gshell.c +++ b/glib/gshell.c @@ -223,7 +223,7 @@ g_shell_quote (const gchar *unquoted_string) * would produce (the variables, backticks, etc. will be passed * through literally instead of being expanded). This function is * guaranteed to succeed if applied to the result of - * g_shell_quote(). If it fails, it returns NULL and sets the + * g_shell_quote(). If it fails, it returns %NULL and sets the * error. The @quoted_string need not actually contain quoted or * escaped text; g_shell_unquote() simply goes through the string and * unquotes/unescapes anything that the shell would. Both single and @@ -581,7 +581,7 @@ tokenize_command_line (const gchar *command_line, * literally. Possible errors are those from the #G_SHELL_ERROR * domain. Free the returned vector with g_strfreev(). * - * Return value: TRUE on success, FALSE if error set + * Return value: %TRUE on success, %FALSE if error set **/ gboolean g_shell_parse_argv (const gchar *command_line, |