ghash: fix error in "as a set" documentation

This commit is contained in:
Ryan Lortie 2011-08-10 12:25:57 +02:00
parent 20a4f2578f
commit e1b41dcb91

View File

@ -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