ghash: fix error in "as a set" documentation
authorRyan Lortie <desrt@desrt.ca>
Wed, 10 Aug 2011 10:25:57 +0000 (12:25 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 15 Aug 2011 14:43:25 +0000 (10:43 -0400)
glib/ghash.c

index 00a2a6b..5cc52f1 100644 (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