[glib] GMenu: purge references to GMenuProxy from the docs



commit c14a3b3e9c43a32552223c05f1559717eeccec95
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 13 23:06:16 2011 -0500

    GMenu: purge references to GMenuProxy from the docs

 gio/gmenuexporter.c |    4 ++--
 gio/gmenumodel.c    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gmenuexporter.c b/gio/gmenuexporter.c
index ca771c0..4fab789 100644
--- a/gio/gmenuexporter.c
+++ b/gio/gmenuexporter.c
@@ -30,14 +30,14 @@
  * SECTION:gmenuexporter
  * @title: GMenuModel exporter
  * @short_description: Export GMenuModels on D-Bus
- * @see_also: #GMenuModel, #GMenuProxy
+ * @see_also: #GMenuModel, #GDBusMenuModel
  *
  * These functions support exporting a #GMenuModel on D-Bus.
  * The D-Bus interface that is used is a private implementation
  * detail.
  *
  * 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 */
diff --git a/gio/gmenumodel.c b/gio/gmenumodel.c
index e548d94..171f2dc 100644
--- a/gio/gmenumodel.c
+++ b/gio/gmenumodel.c
@@ -91,7 +91,7 @@
  * <link linkend="gio-GMenuModel-exporter">GMenuModel exporter</link>
  * do for #GActionGroup and #GMenuModel. The client-side counterparts
  * to make use of the exported information are #GDBusActionGroup and
- * #GMenuProxy.
+ * #GDBusMenuModel.
  *
  * The API of #GMenuModel is very generic, with iterators for the
  * attributes and links of an item, see g_menu_model_iterate_item_attributes()



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