summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-07-13 11:06:29 -0400
committerDan Winship <danw@gnome.org>2013-07-13 11:09:39 -0400
commit7f9c7c8731821149ff42971fad18e2a9abbb4c10 (patch)
tree284c64bdfc52a360ddbf6042448b534b2508f910 /docs
parent11811349f8a10ce419d980c01a518c774fe8a5e5 (diff)
downloadlibsoup-7f9c7c8731821149ff42971fad18e2a9abbb4c10.tar.gz
Rename SoupKnownStatusCode to SoupStatus
Rename SoupKnownStatusCode to SoupStatus (so that the type name matches the enum values), and then, for backward-compatibility, add a new SoupKnownStatusCode enum with equivalent values so that introspection-using code that was doing "SoupKnownStatusCode.OK", etc, will still work. https://bugzilla.gnome.org/show_bug.cgi?id=684409
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsoup-2.4-sections.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt
index 4b6ebfd9..2fb91342 100644
--- a/docs/reference/libsoup-2.4-sections.txt
+++ b/docs/reference/libsoup-2.4-sections.txt
@@ -199,13 +199,14 @@ SOUP_STATUS_IS_SUCCESSFUL
SOUP_STATUS_IS_REDIRECTION
SOUP_STATUS_IS_CLIENT_ERROR
SOUP_STATUS_IS_SERVER_ERROR
-SoupKnownStatusCode
+SoupStatus
soup_status_get_phrase
soup_status_proxify
<SUBSECTION>
SOUP_HTTP_ERROR
<SUBSECTION Private>
soup_http_error_quark
+SoupKnownStatusCode
</SECTION>
<SECTION>