[glib/glib-2-54] docs: Split GSocketConnectable/GProxyAddressEnumerator documentation



commit 08a8138934e9885ddfcb25e659666aa042787ccc
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Dec 12 11:42:45 2017 +0000

    docs: Split GSocketConnectable/GProxyAddressEnumerator documentation
    
    Putting them in the same section causes gtk-doc to mix their properties
    together in a single listing, which is confusing.
    
    Since having them in a single section doesn’t really add anything, split
    them out to one class per section.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791334

 docs/reference/gio/gio-docs.xml     |    2 ++
 docs/reference/gio/gio-sections.txt |   30 +++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index bc23bf9..6abd0ea 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -167,6 +167,8 @@
       <xi:include href="xml/gproxyresolver.xml"/>
       <xi:include href="xml/gsimpleproxyresolver.xml"/>
       <xi:include href="xml/gsocketconnectable.xml"/>
+      <xi:include href="xml/gsocketaddressenumerator.xml"/>
+      <xi:include href="xml/gproxyaddressenumerator.xml"/>
       <xi:include href="xml/gnetworkaddress.xml"/>
       <xi:include href="xml/gnetworkservice.xml"/>
       <xi:include href="xml/gsrvtarget.xml"/>
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index c21d71e..780d249 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -1931,26 +1931,40 @@ GSocketConnectableIface
 g_socket_connectable_enumerate
 g_socket_connectable_proxy_enumerate
 g_socket_connectable_to_string
-<SUBSECTION>
-GSocketAddressEnumerator
-g_socket_address_enumerator_next
-g_socket_address_enumerator_next_async
-g_socket_address_enumerator_next_finish
-<SUBSECTION>
-GProxyAddressEnumerator
 <SUBSECTION Standard>
 G_IS_SOCKET_CONNECTABLE
 G_SOCKET_CONNECTABLE
 G_SOCKET_CONNECTABLE_GET_IFACE
 G_TYPE_SOCKET_CONNECTABLE
+<SUBSECTION Private>
+g_socket_connectable_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gsocketaddressenumerator</FILE>
+<TITLE>GSocketAddressEnumerator</TITLE>
+GSocketAddressEnumerator
 GSocketAddressEnumeratorClass
+g_socket_address_enumerator_next
+g_socket_address_enumerator_next_async
+g_socket_address_enumerator_next_finish
+<SUBSECTION Standard>
 G_IS_SOCKET_ADDRESS_ENUMERATOR
 G_IS_SOCKET_ADDRESS_ENUMERATOR_CLASS
 G_SOCKET_ADDRESS_ENUMERATOR
 G_SOCKET_ADDRESS_ENUMERATOR_CLASS
 G_SOCKET_ADDRESS_ENUMERATOR_GET_CLASS
 G_TYPE_SOCKET_ADDRESS_ENUMERATOR
+<SUBSECTION Private>
+g_socket_address_enumerator_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gproxyaddressenumerator</FILE>
+<TITLE>GProxyAddressEnumerator</TITLE>
+GProxyAddressEnumerator
 GProxyAddressEnumeratorClass
+<SUBSECTION Standard>
 G_IS_PROXY_ADDRESS_ENUMERATOR
 G_IS_PROXY_ADDRESS_ENUMERATOR_CLASS
 G_PROXY_ADDRESS_ENUMERATOR
@@ -1960,8 +1974,6 @@ G_TYPE_PROXY_ADDRESS_ENUMERATOR
 <SUBSECTION Private>
 GProxyAddressEnumeratorPrivate
 g_proxy_address_enumerator_get_type
-g_socket_address_enumerator_get_type
-g_socket_connectable_get_type
 </SECTION>
 
 <SECTION>


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