mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 12:38:54 +02:00
ghash: fix error in "as a set" documentation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user