mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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
This commit is contained in:
parent
fa8d42de2e
commit
12fa92dcfa
@ -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"/>
|
||||
|
@ -1937,26 +1937,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
|
||||
@ -1966,8 +1980,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>
|
||||
|
Loading…
Reference in New Issue
Block a user