mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01: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,
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user