[glib/wip/menus: 49/61] Refer to the correct hash table constructor
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/menus: 49/61] Refer to the correct hash table constructor
- Date: Thu, 17 Nov 2011 23:38:49 +0000 (UTC)
commit ad02a983738e80431ada30b2a064cc8f22270588
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 28 23:32:19 2011 -0400
Refer to the correct hash table constructor
gio/gmenumarkup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gmenumarkup.c b/gio/gmenumarkup.c
index 7580fc7..ba3baa6 100644
--- a/gio/gmenumarkup.c
+++ b/gio/gmenumarkup.c
@@ -347,7 +347,7 @@ static GMarkupParser g_menu_subparser =
* Begin parsing a group of menus in XML form.
*
* If @objects is specified then it must be a #GHashTable that was
- * created using g_hash_table_new() with g_str_hash(), g_str_equal(),
+ * created using g_hash_table_new_full() with g_str_hash(), g_str_equal(),
* g_free() and g_object_unref(). Any named menus that are encountered
* while parsing will be added to this table. Each toplevel menu must
* be named.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]