summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristophe Dumez <christophe.dumez@intel.com>2012-06-12 09:55:11 +0300
committerChristophe Dumez <christophe.dumez@intel.com>2012-06-12 18:06:00 +0300
commitc26f6718983d2ba5103f464497220ca1c51dd70e (patch)
treee422134fd97179444017b7a8ed45bb68e99024af /docs
parentd0d0a9a396fb904e826a4909efd7772d12a81180 (diff)
downloadlibsoup-c26f6718983d2ba5103f464497220ca1c51dd70e.tar.gz
Bug 677922 - Add soup_cookie_jar_get_cookies() alternative that returns a GSList of SoupCookies
Adds a soup_cookie_jar_get_cookie_list() function that returns the cookies in the jar that would be sent with a request to a specific uri, as a GSList of SoupCookies.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsoup-2.4-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt
index 87633c77..0e62e36a 100644
--- a/docs/reference/libsoup-2.4-sections.txt
+++ b/docs/reference/libsoup-2.4-sections.txt
@@ -878,6 +878,7 @@ soup_cookie_equal
SoupCookieJar
soup_cookie_jar_new
soup_cookie_jar_get_cookies
+soup_cookie_jar_get_cookie_list
soup_cookie_jar_set_cookie
soup_cookie_jar_set_cookie_with_first_party
<SUBSECTION>