diff options
author | Sergio Villar Senin <svillar@igalia.com> | 2012-04-10 00:06:35 +0200 |
---|---|---|
committer | Sergio Villar Senin <svillar@igalia.com> | 2012-06-14 20:08:09 +0200 |
commit | 5a30492229e3b09039d60979f74f6632767677d5 (patch) | |
tree | c7530a270becf09a915271f6f42f9ef9cad32a6c /docs | |
parent | 6a0d7574b74c9bc20e8bd43e18474bc43c5e4408 (diff) | |
download | libsoup-5a30492229e3b09039d60979f74f6632767677d5.tar.gz libsoup-5a30492229e3b09039d60979f74f6632767677d5.tar.bz2 libsoup-5a30492229e3b09039d60979f74f6632767677d5.zip |
soup-tld: added soup_tld_* utils
The soup_tld_* set of functions along with the list of public suffixes
published in http://publicsuffix.org allows API clients to get the base
domain of a given hostname or to check if a given domain is a public suffix
(one under which internet users can register new names).
https://bugzilla.gnome.org/show_bug.cgi?id=673802
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-docs.sgml | 3 | ||||
-rw-r--r-- | docs/reference/libsoup-2.4-sections.txt | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-docs.sgml index 7370bc44..21e19ea4 100644 --- a/docs/reference/libsoup-2.4-docs.sgml +++ b/docs/reference/libsoup-2.4-docs.sgml @@ -24,14 +24,15 @@ <xi:include href="xml/soup-message-headers.xml"/> <xi:include href="xml/soup-message-body.xml"/> <xi:include href="xml/soup-method.xml"/> + <xi:include href="xml/soup-misc.xml"/> <xi:include href="xml/soup-multipart.xml"/> <xi:include href="xml/soup-server.xml"/> <xi:include href="xml/soup-session.xml"/> <xi:include href="xml/soup-session-async.xml"/> <xi:include href="xml/soup-session-sync.xml"/> <xi:include href="xml/soup-status.xml"/> + <xi:include href="xml/soup-tld.xml"/> <xi:include href="xml/soup-uri.xml"/> - <xi:include href="xml/soup-misc.xml"/> </chapter> <chapter> diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt index 959c643d..39e8288a 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -1174,3 +1174,15 @@ SoupRequestHTTPPrivate soup_request_http_get_type </SECTION> +<SECTION> +<FILE>soup-tld</FILE> +<TITLE>Top Level Domain utils</TITLE> +<SUBSECTION> +soup_tld_get_base_domain +soup_tld_domain_is_public_suffix +<SUBSECTION> +SOUP_TLD_ERROR +SoupTLDError +<SUBSECTION Private> +soup_tld_error_quark +</SECTION> |