summaryrefslogtreecommitdiff
path: root/libsoup/soup-status.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-02-11 17:08:08 +0100
committerCarlos Garcia Campos <cgarcia@igalia.com>2021-02-11 17:08:08 +0100
commit9e8975c2f23e686f7cec908db9cff1f023193311 (patch)
tree86a5cb51559f24d611c99cafdb9612962de58abd /libsoup/soup-status.c
parent12d51c260db8d0332ec07a2fdb84f077f3c64257 (diff)
downloadlibsoup-9e8975c2f23e686f7cec908db9cff1f023193311.tar.gz
docs: use Returns instead of Return value in documentation
Diffstat (limited to 'libsoup/soup-status.c')
-rw-r--r--libsoup/soup-status.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libsoup/soup-status.c b/libsoup/soup-status.c
index 861d3d61..c1ab141f 100644
--- a/libsoup/soup-status.c
+++ b/libsoup/soup-status.c
@@ -26,7 +26,7 @@
*
* Tests if @status is an Informational (1xx) response.
*
- * Return value: %TRUE or %FALSE
+ * Returns: %TRUE or %FALSE
**/
/**
* SOUP_STATUS_IS_SUCCESSFUL:
@@ -34,7 +34,7 @@
*
* Tests if @status is a Successful (2xx) response.
*
- * Return value: %TRUE or %FALSE
+ * Returns: %TRUE or %FALSE
**/
/**
* SOUP_STATUS_IS_REDIRECTION:
@@ -42,7 +42,7 @@
*
* Tests if @status is a Redirection (3xx) response.
*
- * Return value: %TRUE or %FALSE
+ * Returns: %TRUE or %FALSE
**/
/**
* SOUP_STATUS_IS_CLIENT_ERROR:
@@ -50,7 +50,7 @@
*
* Tests if @status is a Client Error (4xx) response.
*
- * Return value: %TRUE or %FALSE
+ * Returns: %TRUE or %FALSE
**/
/**
* SOUP_STATUS_IS_SERVER_ERROR:
@@ -58,7 +58,7 @@
*
* Tests if @status is a Server Error (5xx) response.
*
- * Return value: %TRUE or %FALSE
+ * Returns: %TRUE or %FALSE
**/
/**
@@ -232,7 +232,7 @@ static const struct {
* Instead, you should create you own error messages based on the
* status code, and on what you were trying to do.
*
- * Return value: the (terse, English) description of @status_code
+ * Returns: the (terse, English) description of @status_code
**/
const char *
soup_status_get_phrase (guint status_code)