From 836cac1512511e0503af88f32eb8f7c865156125 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 6 Mar 2007 19:27:20 +0000 Subject: [PATCH] Clarify docs. (#364026, Bastian Nocera) 2007-03-06 Matthias Clasen * glib/gstring.c (g_str_equal): Clarify docs. (#364026, Bastian Nocera) svn path=/trunk/; revision=5379 --- ChangeLog | 5 +++++ glib/gstring.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94032400..66b1403c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Matthias Clasen + + * glib/gstring.c (g_str_equal): Clarify docs. (#364026, + Bastian Nocera) + 2007-03-06 Matthew Barnes * glib/gqueue.h: diff --git a/glib/gstring.c b/glib/gstring.c index 9e0e2954..b17bb1be 100644 --- a/glib/gstring.c +++ b/glib/gstring.c @@ -61,9 +61,9 @@ struct _GStringChunk * @v1: a key. * @v2: a key to compare with @v1. * - * Compares two strings and returns %TRUE if they are equal. - * It can be passed to g_hash_table_new() as the @key_equal_func - * parameter, when using strings as keys in a #GHashTable. + * Compares two strings for byte-by-byte equality and returns %TRUE + * if they are equal. It can be passed to g_hash_table_new() as the + * @key_equal_func parameter, when using strings as keys in a #GHashTable. * * Returns: %TRUE if the two keys match. */ -- 2.34.1