summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-06 22:17:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-06 22:17:12 +0000
commitefd4945d5aa05d0a9df8270b49e776896522099c (patch)
tree49c7925a7093c35d174b191575d3f9f4971fc2dc /glib/gstrfuncs.c
parent0950e76b7bcca8e803f4adda7e42a8923a69e34a (diff)
downloadglib-efd4945d5aa05d0a9df8270b49e776896522099c.tar.gz
Minor doc markup fix.
Diffstat (limited to 'glib/gstrfuncs.c')
-rw-r--r--glib/gstrfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c
index cdea7f876..591686aa5 100644
--- a/glib/gstrfuncs.c
+++ b/glib/gstrfuncs.c
@@ -2426,7 +2426,7 @@ g_strrstr_len (const gchar *haystack,
*
* Looks whether the string @str ends with @suffix.
*
- * Return value: TRUE if @str end with @suffix, FALSE otherwise.
+ * Return value: %TRUE if @str end with @suffix, %FALSE otherwise.
**/
gboolean
g_str_has_suffix (const gchar *str,
@@ -2454,7 +2454,7 @@ g_str_has_suffix (const gchar *str,
*
* Looks whether the string @str begins with @prefix.
*
- * Return value: TRUE if @str begins with @prefix, FALSE otherwise.
+ * Return value: %TRUE if @str begins with @prefix, %FALSE otherwise.
**/
gboolean
g_str_has_prefix (const gchar *str,