GHashTable: Clarify g_hash_table_lookup_extended docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 25 Feb 2011 15:40:39 +0000 (10:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 25 Feb 2011 15:40:39 +0000 (10:40 -0500)
commitd2d756439f1c6e434a3a8b348c17d63b6a452e9e
treeb1f9a44e39f01235efbfd8b9347cd89468bd56f8
parent52ef73ac8c40ea2a8ca80cf96d52a836bcaf76c2
GHashTable: Clarify g_hash_table_lookup_extended docs

Passing NULL as a key is only ok if your hash and equal functions
can deal with it.
https://bugzilla.gnome.org/show_bug.cgi?id=642944
glib/ghash.c