[glib/wip/menus-rebase2: 48/64] Refer to the correct hash table constructor



commit 0c2dac63e0dbe0adebb2ce8e08e9ba68168cf946
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]