docs: Remove some old GMenu documentation

This commit is contained in:
David King 2012-02-19 16:18:37 +00:00 committed by Ryan Lortie
parent 83392caa72
commit 87c76bdbb6
2 changed files with 2 additions and 7 deletions

View File

@ -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>

View File

@ -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>.
*/
/**