[glib/wip/menus-rebase2] gmenu: Some gtk-doc fixes
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/menus-rebase2] gmenu: Some gtk-doc fixes
- Date: Mon, 21 Nov 2011 16:49:38 +0000 (UTC)
commit f2a3a79070a9f8a30cccbc1c2ee01e4132abbecc
Author: Colin Walters <walters verbum org>
Date: Mon Nov 21 11:48:49 2011 -0500
gmenu: Some gtk-doc fixes
gio/gmenu.c | 2 --
gio/gmenumodel.h | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gio/gmenu.c b/gio/gmenu.c
index dd11bc6..f51e9e0 100644
--- a/gio/gmenu.c
+++ b/gio/gmenu.c
@@ -322,7 +322,6 @@ g_menu_insert_section (GMenu *menu,
/**
* g_menu_prepend_section:
* @menu: a #GMenu
- * @position: the position at which to insert the item
* @label: (allow-none): the section label, or %NULL
* @section: a #GMenuModel with the items of the section
*
@@ -341,7 +340,6 @@ g_menu_prepend_section (GMenu *menu,
/**
* g_menu_append_section:
* @menu: a #GMenu
- * @position: the position at which to insert the item
* @label: (allow-none): the section label, or %NULL
* @section: a #GMenuModel with the items of the section
*
diff --git a/gio/gmenumodel.h b/gio/gmenumodel.h
index 6e5ed39..06c8cf7 100644
--- a/gio/gmenumodel.h
+++ b/gio/gmenumodel.h
@@ -148,7 +148,7 @@ struct _GMenuAttributeIterClass
GType g_menu_attribute_iter_get_type (void) G_GNUC_CONST;
gboolean g_menu_attribute_iter_get_next (GMenuAttributeIter *iter,
- const gchar **out_type,
+ const gchar **out_name,
GVariant **value);
gboolean g_menu_attribute_iter_next (GMenuAttributeIter *iter);
const gchar * g_menu_attribute_iter_get_name (GMenuAttributeIter *iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]