From: Matthias Clasen Date: Tue, 6 Mar 2007 19:27:20 +0000 (+0000) Subject: Clarify docs. (#364026, Bastian Nocera) X-Git-Tag: GLIB_2_13_0~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=836cac1512511e0503af88f32eb8f7c865156125;p=platform%2Fupstream%2Fglib.git 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 --- diff --git a/ChangeLog b/ChangeLog index 9403240..66b1403 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 9e0e295..b17bb1b 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. */