diff options
Diffstat (limited to 'docs/reference/tmpl/soup-address.sgml')
-rw-r--r-- | docs/reference/tmpl/soup-address.sgml | 44 |
1 files changed, 32 insertions, 12 deletions
diff --git a/docs/reference/tmpl/soup-address.sgml b/docs/reference/tmpl/soup-address.sgml index edc69448..0db6ca97 100644 --- a/docs/reference/tmpl/soup-address.sgml +++ b/docs/reference/tmpl/soup-address.sgml @@ -21,21 +21,31 @@ IPv4 and IPv6 addresses. </para> +<!-- ##### STRUCT SoupAddress ##### --> +<para> + +</para> + + +<!-- ##### SIGNAL SoupAddress::dns-result ##### --> +<para> + +</para> + +@addr: +@status: + <!-- ##### ENUM SoupAddressFamily ##### --> <para> -The supported address families. Note that the -%SOUP_ADDRESS_FAMILY_IPV6 constant is available even if libsoup was -built without IPv6 support, but attempting to create an IPv6 address -will fail in that case. + </para> -@SOUP_ADDRESS_FAMILY_IPV4: an IPv4 address -@SOUP_ADDRESS_FAMILY_IPV6: an IPv6 address +@SOUP_ADDRESS_FAMILY_IPV4: +@SOUP_ADDRESS_FAMILY_IPV6: <!-- ##### MACRO SOUP_ADDRESS_ANY_PORT ##### --> <para> -This can be passed to any #SoupAddress method that expects a port to -indicate that you don't care what port is used. + </para> @@ -72,12 +82,12 @@ indicate that you don't care what port is used. <!-- ##### USER_FUNCTION SoupAddressCallback ##### --> <para> -The callback function passed to soup_address_resolve_async(). + </para> -@addr: the #SoupAddress that was resolved -@status: %SOUP_STATUS_OK or %SOUP_STATUS_CANT_RESOLVE -@data: the user data that was passed to soup_address_resolve_async() +@addr: +@status: +@data: <!-- ##### FUNCTION soup_address_resolve_async ##### --> @@ -108,6 +118,16 @@ The callback function passed to soup_address_resolve_async(). @Returns: +<!-- ##### FUNCTION soup_address_get_sockaddr ##### --> +<para> + +</para> + +@addr: +@len: +@Returns: + + <!-- ##### FUNCTION soup_address_get_physical ##### --> <para> |