mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
ghash: fix error in "as a set" documentation
This commit is contained in:
parent
20a4f2578f
commit
e1b41dcb91
@ -97,7 +97,7 @@
|
|||||||
* GEqualFunc equal_func,
|
* GEqualFunc equal_func,
|
||||||
* GDestroyNotify destroy)
|
* GDestroyNotify destroy)
|
||||||
* {
|
* {
|
||||||
* return g_hash_table_new_full (hash_func, equal_func, destroy);
|
* return g_hash_table_new_full (hash_func, equal_func, destroy, NULL);
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* void
|
* void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user