From 08a8138934e9885ddfcb25e659666aa042787ccc Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 12 Dec 2017 11:42:45 +0000 Subject: [PATCH] docs: Split GSocketConnectable/GProxyAddressEnumerator documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 bc23bf946..6abd0ea79 100644 --- a/docs/reference/gio/gio-docs.xml +++ b/docs/reference/gio/gio-docs.xml @@ -167,6 +167,8 @@ + + diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index c21d71ee3..780d249b6 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 - -GSocketAddressEnumerator -g_socket_address_enumerator_next -g_socket_address_enumerator_next_async -g_socket_address_enumerator_next_finish - -GProxyAddressEnumerator G_IS_SOCKET_CONNECTABLE G_SOCKET_CONNECTABLE G_SOCKET_CONNECTABLE_GET_IFACE G_TYPE_SOCKET_CONNECTABLE + +g_socket_connectable_get_type + + +
+gsocketaddressenumerator +GSocketAddressEnumerator +GSocketAddressEnumerator GSocketAddressEnumeratorClass +g_socket_address_enumerator_next +g_socket_address_enumerator_next_async +g_socket_address_enumerator_next_finish + 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 + +g_socket_address_enumerator_get_type +
+ +
+gproxyaddressenumerator +GProxyAddressEnumerator +GProxyAddressEnumerator GProxyAddressEnumeratorClass + G_IS_PROXY_ADDRESS_ENUMERATOR G_IS_PROXY_ADDRESS_ENUMERATOR_CLASS G_PROXY_ADDRESS_ENUMERATOR @@ -1960,8 +1974,6 @@ G_TYPE_PROXY_ADDRESS_ENUMERATOR GProxyAddressEnumeratorPrivate g_proxy_address_enumerator_get_type -g_socket_address_enumerator_get_type -g_socket_connectable_get_type