summaryrefslogtreecommitdiff
path: root/libsoup/soup-status.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-status.c')
-rw-r--r--libsoup/soup-status.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/libsoup/soup-status.c b/libsoup/soup-status.c
index 7b048a80..6dbb9edb 100644
--- a/libsoup/soup-status.c
+++ b/libsoup/soup-status.c
@@ -68,7 +68,7 @@
**/
/**
- * SoupKnownStatusCode:
+ * SoupStatus:
* @SOUP_STATUS_NONE: No status available. (Eg, the message has not
* been sent yet)
* @SOUP_STATUS_CANCELLED: Message was cancelled locally
@@ -150,14 +150,21 @@
*
* These represent the known HTTP status code values, plus various
* network and internal errors.
+ *
+ * Note that no libsoup functions take or return this type directly;
+ * any function that works with status codes will accept unrecognized
+ * status codes as well.
+ *
+ * Prior to 2.44 this type was called
+ * <literal>SoupKnownStatusCode</literal>, but the individual values
+ * have always had the names they have now.
**/
/**
* SOUP_HTTP_ERROR:
*
- * A #GError domain representing an HTTP status. Use a
- * #SoupKnownStatusCode for the <structfield>code</structfield>
- * value.
+ * A #GError domain representing an HTTP status. Use a #SoupStatus for
+ * the <structfield>code</structfield> value.
**/