diff --git a/glib/ghash.c b/glib/ghash.c index 00a2a6bd8..5cc52f1ea 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