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