[glib/wip/doc-fixes: 17/33] docs: Remove some old GMenu documentation



commit c088b0bc95564064d67ec27c955709f7d62ba4ad
Author: David King <amigadave amigadave com>
Date:   Sun Feb 19 16:18:37 2012 +0000

    docs: Remove some old GMenu documentation

 gio/gapplication.c |    6 ++----
 gio/gmenu.c        |    3 ---
 2 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 91c244d..380634d 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -95,10 +95,8 @@
  * g_action_group_activate_action() on the application, it is always
  * invoked in the primary instance. The actions are also exported on
  * the session bus, and GIO provides the #GDBusActionGroup wrapper to
- * conveniently access them remotely. Additionally, g_application_set_app_menu()
- * and g_application_set_menubar() can be used to export representation
- * data for the actions, in the form of #GMenuModels. GIO provides
- * a #GDBusMenuModel wrapper for remote access to exported #GMenuModels.
+ * conveniently access them remotely. GIO provides a #GDBusMenuModel wrapper
+ * for remote access to exported #GMenuModels.
  *
  * There is a number of different entry points into a GApplication:
  * <itemizedlist>
diff --git a/gio/gmenu.c b/gio/gmenu.c
index 0873d39..8435f9b 100644
--- a/gio/gmenu.c
+++ b/gio/gmenu.c
@@ -38,9 +38,6 @@
  * a regular item, use g_menu_insert(). To add a section, use
  * g_menu_insert_section(). To add a submenu, use
  * g_menu_insert_submenu().
- *
- * Often it is more convenient to create a #GMenu from an XML
- * fragment, using <link linkend="gio-GMenu-Markup">GMenu Markup</link>.
  */
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]