mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
GMenu: purge references to GMenuProxy from the docs
This commit is contained in:
@@ -30,14 +30,14 @@
|
|||||||
* SECTION:gmenuexporter
|
* SECTION:gmenuexporter
|
||||||
* @title: GMenuModel exporter
|
* @title: GMenuModel exporter
|
||||||
* @short_description: Export GMenuModels on D-Bus
|
* @short_description: Export GMenuModels on D-Bus
|
||||||
* @see_also: #GMenuModel, #GMenuProxy
|
* @see_also: #GMenuModel, #GDBusMenuModel
|
||||||
*
|
*
|
||||||
* These functions support exporting a #GMenuModel on D-Bus.
|
* These functions support exporting a #GMenuModel on D-Bus.
|
||||||
* The D-Bus interface that is used is a private implementation
|
* The D-Bus interface that is used is a private implementation
|
||||||
* detail.
|
* detail.
|
||||||
*
|
*
|
||||||
* To access an exported #GMenuModel remotely, use
|
* To access an exported #GMenuModel remotely, use
|
||||||
* g_menu_proxy_get() to obtain a #GMenuProxy.
|
* g_dbus_menu_model_get() to obtain a #GDBusMenuModel.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* {{{1 D-Bus Interface description */
|
/* {{{1 D-Bus Interface description */
|
||||||
|
@@ -91,7 +91,7 @@
|
|||||||
* <link linkend="gio-GMenuModel-exporter">GMenuModel exporter</link>
|
* <link linkend="gio-GMenuModel-exporter">GMenuModel exporter</link>
|
||||||
* do for #GActionGroup and #GMenuModel. The client-side counterparts
|
* do for #GActionGroup and #GMenuModel. The client-side counterparts
|
||||||
* to make use of the exported information are #GDBusActionGroup and
|
* to make use of the exported information are #GDBusActionGroup and
|
||||||
* #GMenuProxy.
|
* #GDBusMenuModel.
|
||||||
*
|
*
|
||||||
* The API of #GMenuModel is very generic, with iterators for the
|
* The API of #GMenuModel is very generic, with iterators for the
|
||||||
* attributes and links of an item, see g_menu_model_iterate_item_attributes()
|
* attributes and links of an item, see g_menu_model_iterate_item_attributes()
|
||||||
|
Reference in New Issue
Block a user