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



commit bb7d423a83f99beb26583fa5c8c9db1660d320ac
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]