[glib/wip/menus] Refer to the correct hash table constructor



commit 945403dfc7504f565398bd3bc61113dfe0e1e40d
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]