[libsoup] Fix some incorrect "Since" tags in SoupCookieJar docs.



commit fe7a88a7f50bf57e8ff5517be80e7ea7f1149d3a
Author: Dan Winship <danw gnome org>
Date:   Tue Aug 25 11:31:02 2009 -0400

    Fix some incorrect "Since" tags in SoupCookieJar docs.
    
    Pointed out by Lucian Langa

 libsoup/soup-cookie-jar.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libsoup/soup-cookie-jar.c b/libsoup/soup-cookie-jar.c
index 2c9e3e1..d73bcbe 100644
--- a/libsoup/soup-cookie-jar.c
+++ b/libsoup/soup-cookie-jar.c
@@ -329,7 +329,7 @@ soup_cookie_jar_get_cookies (SoupCookieJar *jar, SoupURI *uri,
  *
  * @cookie will be 'stolen' by the jar, so don't free it afterwards.
  *
- * Since: 2.24
+ * Since: 2.26
  **/
 void
 soup_cookie_jar_add_cookie (SoupCookieJar *jar, SoupCookie *cookie)
@@ -470,7 +470,7 @@ request_unqueued (SoupSessionFeature *feature, SoupSession *session,
  *
  * Return value: a #GSList with all the cookies in the @jar.
  *
- * Since: 2.24
+ * Since: 2.26
  **/
 GSList *
 soup_cookie_jar_all_cookies (SoupCookieJar *jar)
@@ -502,7 +502,7 @@ soup_cookie_jar_all_cookies (SoupCookieJar *jar)
  *
  * Deletes @cookie from @jar, emitting the 'changed' signal.
  *
- * Since: 2.24
+ * Since: 2.26
  **/
 void
 soup_cookie_jar_delete_cookie (SoupCookieJar *jar,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]