[glib/wip/gmenu] Fix up docs



commit c63812e99411bce1c01d73006de5d415f62618c0
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 8 00:31:23 2011 -0500

    Fix up docs

 docs/reference/gio/gio-docs.xml     |    2 +-
 docs/reference/gio/gio-sections.txt |   14 +++++++-------
 docs/reference/gio/gio.types        |    2 +-
 gio/gdbusactiongroup.c              |    2 +-
 gio/gdbusmenumodel.c                |    2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index 56e872f..dc34b86 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -205,7 +205,7 @@
         <xi:include href="xml/gmenu.xml"/>
         <xi:include href="xml/gmenumarkup.xml"/>
         <xi:include href="xml/gmenuexporter.xml"/>
-        <xi:include href="xml/gmenuproxy.xml"/>
+        <xi:include href="xml/gdbusmenumodel.xml"/>
     </chapter>
     <chapter id="extending">
         <title>Extending GIO</title>
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 2b83a51..019c2ff 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -3571,17 +3571,17 @@ g_dbus_connection_unexport_menu_model
 </SECTION>
 
 <SECTION>
-<FILE>gmenuproxy</FILE>
-GMenuProxy
-g_menu_proxy_get
+<FILE>gdbusmenumodel</FILE>
+GDBusMenuModel
+g_dbus_menu_model_get
 
 <SUBSECTION Standard>
-G_TYPE_MENU_PROXY
-G_MENU_PROXY
-G_IS_MENU_PROXY
+G_TYPE_DBUS_MENU_MODEL
+G_DBUS_MENU_MODEL
+G_IS_BDUS_MENU_MODEL
 
 <SUBSECTION Private>
-g_menu_proxy_get_type
+g_dbus_menu_model_get_type
 </SECTION>
 
 <SECTION>
diff --git a/docs/reference/gio/gio.types b/docs/reference/gio/gio.types
index 0cbbca8..895b316 100644
--- a/docs/reference/gio/gio.types
+++ b/docs/reference/gio/gio.types
@@ -18,6 +18,7 @@ g_converter_output_stream_get_type
 g_data_input_stream_get_type
 g_data_output_stream_get_type
 g_dbus_action_group_get_type
+g_dbus_menu_model_get_type
 g_desktop_app_info_get_type
 g_drive_get_type
 g_emblem_get_type
@@ -51,7 +52,6 @@ g_menu_attribute_iter_get_type
 g_menu_get_type
 g_menu_link_iter_get_type
 g_menu_model_get_type
-g_menu_proxy_get_type
 g_mount_get_type
 g_mount_operation_get_type
 g_native_volume_monitor_get_type
diff --git a/gio/gdbusactiongroup.c b/gio/gdbusactiongroup.c
index 24c5fad..4aba34f 100644
--- a/gio/gdbusactiongroup.c
+++ b/gio/gdbusactiongroup.c
@@ -37,7 +37,7 @@
  *
  * #GDBusActionGroup is an implementation of the #GActionGroup
  * interface that can be used as a proxy for an action group
- * that is exported over D-Bus with g_action_group_dbus_export_start().
+ * that is exported over D-Bus with g_dbus_connection_export_action_group().
  */
 
 struct _GDBusActionGroup
diff --git a/gio/gdbusmenumodel.c b/gio/gdbusmenumodel.c
index f25506c..242f8ba 100644
--- a/gio/gdbusmenumodel.c
+++ b/gio/gdbusmenumodel.c
@@ -33,7 +33,7 @@
  *
  * #GDBusMenuModel is an implementation of #GMenuModel that can be used
  * as a proxy for a menu model that is exported over D-Bus with
- * g_menu_model_dbus_export_start().
+ * g_dbus_connection_export_menu_model().
  */
 
 /*



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