summaryrefslogtreecommitdiff
path: root/libsoup/soup-cookie-jar.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-09-01 22:02:04 -0400
committerDan Winship <danw@gnome.org>2010-09-13 15:36:52 -0400
commit2cbd32b4073412634fcbef1be1297046feb70aba (patch)
tree17df571b2a9f03fd2cced606e3710af0edd8b628 /libsoup/soup-cookie-jar.c
parentcd0c690a911befad37335809bbd84c16b1406def (diff)
downloadlibsoup-2cbd32b4073412634fcbef1be1297046feb70aba.tar.gz
Fixes and additions for new introspection scanner
Diffstat (limited to 'libsoup/soup-cookie-jar.c')
-rw-r--r--libsoup/soup-cookie-jar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsoup/soup-cookie-jar.c b/libsoup/soup-cookie-jar.c
index 8f0e62a5..64afd9db 100644
--- a/libsoup/soup-cookie-jar.c
+++ b/libsoup/soup-cookie-jar.c
@@ -618,7 +618,8 @@ request_unqueued (SoupSessionFeature *feature, SoupSession *session,
* The cookies in the list are a copy of the original, so
* you have to free them when you are done with them.
*
- * Return value: a #GSList with all the cookies in the @jar.
+ * Return value: (transfer full): a #GSList with all the cookies in
+ * the @jar.
*
* Since: 2.26
**/