From: Ryan Lortie Date: Wed, 10 Aug 2011 10:25:57 +0000 (+0200) Subject: ghash: fix error in "as a set" documentation X-Git-Tag: 2.29.16~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=e1b41dcb9118b6e182119cb85fd05b45f07c059c;p=platform%2Fupstream%2Fglib.git ghash: fix error in "as a set" documentation --- diff --git a/glib/ghash.c b/glib/ghash.c index 00a2a6b..5cc52f1 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -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