[glib/wip/menus: 48/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: 48/61] Refer to the correct hash table constructor
- Date: Thu, 17 Nov 2011 23:38:44 +0000 (UTC)
commit 9675d9e5bdec92196e2296107a901c8dcbe5f1ef
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 28 23:30:55 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 ff8952e..7580fc7 100644
--- a/gio/gmenumarkup.c
+++ b/gio/gmenumarkup.c
@@ -416,7 +416,7 @@ g_menu_markup_parser_end (GMarkupParseContext *context)
* content inside of this element is expected to be a list of items.
*
* 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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]