mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Clarify docs. (#364026, Bastian Nocera)
2007-03-06 Matthias Clasen <mclasen@redhat.com> * glib/gstring.c (g_str_equal): Clarify docs. (#364026, Bastian Nocera) svn path=/trunk/; revision=5379
This commit is contained in:
parent
cc3e80c26a
commit
836cac1512
@ -1,3 +1,8 @@
|
||||
2007-03-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstring.c (g_str_equal): Clarify docs. (#364026,
|
||||
Bastian Nocera)
|
||||
|
||||
2007-03-06 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* glib/gqueue.h:
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user