summaryrefslogtreecommitdiff
path: root/libsoup/server/soup-path-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/server/soup-path-map.c')
-rw-r--r--libsoup/server/soup-path-map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/server/soup-path-map.c b/libsoup/server/soup-path-map.c
index 6be8eb67..a597c109 100644
--- a/libsoup/server/soup-path-map.c
+++ b/libsoup/server/soup-path-map.c
@@ -38,7 +38,7 @@ struct SoupPathMap {
*
* Creates a new %SoupPathMap.
*
- * Return value: the new %SoupPathMap
+ * Returns: the new %SoupPathMap
**/
SoupPathMap *
soup_path_map_new (GDestroyNotify data_free_func)
@@ -175,7 +175,7 @@ soup_path_map_remove (SoupPathMap *map, const char *path)
* specifically associated with @path, it will return the data for the
* closest parent directory of @path that has data associated with it.
*
- * Return value: (nullable): the data set with soup_path_map_add(), or
+ * Returns: (nullable): the data set with soup_path_map_add(), or
* %NULL if no data could be found for @path or any of its ancestors.
**/
gpointer