[glib/wip/menus-rebase2] GApplication docs improvement



commit cca7ed2ce8679be4912cc07741c6f7751769f24f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 26 11:29:24 2011 -0500

    GApplication docs improvement
    
    Move GApplication to the top in its section, and add missing
    get_type functions.

 docs/reference/gio/gio-docs.xml |    4 ++--
 docs/reference/gio/gio.types    |    6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index bb741e4..a454002 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -192,6 +192,8 @@
     </chapter>
     <chapter id="application">
         <title>Application support</title>
+        <xi:include href="xml/gapplication.xml"/>
+        <xi:include href="xml/gapplicationcommandline.xml"/>
         <xi:include href="xml/gactiongroup.xml"/>
         <xi:include href="xml/gactionobserver.xml"/>
         <xi:include href="xml/gsimpleactiongroup.xml"/>
@@ -199,8 +201,6 @@
         <xi:include href="xml/gsimpleaction.xml"/>
         <xi:include href="xml/gactiongroupexporter.xml"/>
         <xi:include href="xml/gdbusactiongroup.xml"/>
-        <xi:include href="xml/gapplication.xml"/>
-        <xi:include href="xml/gapplicationcommandline.xml"/>
         <xi:include href="xml/gmenumodel.xml"/>
         <xi:include href="xml/gmenu.xml"/>
         <xi:include href="xml/gmenumarkup.xml"/>
diff --git a/docs/reference/gio/gio.types b/docs/reference/gio/gio.types
index aaf71e5..62eba2a 100644
--- a/docs/reference/gio/gio.types
+++ b/docs/reference/gio/gio.types
@@ -16,6 +16,7 @@ g_converter_input_stream_get_type
 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_desktop_app_info_get_type
 g_drive_get_type
 g_emblem_get_type
@@ -45,6 +46,11 @@ g_local_directory_monitor_get_type
 g_local_file_monitor_get_type
 g_memory_input_stream_get_type
 g_memory_output_stream_get_type
+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



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