summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristophe Dumez <christophe.dumez@intel.com>2012-06-12 11:00:37 +0300
committerChristophe Dumez <christophe.dumez@intel.com>2012-06-12 19:55:36 +0300
commit786cb47cd55fed9529b8defe009790b4d8471859 (patch)
tree06656252108a46642a9d5a751ae90070e4091277 /docs
parentc26f6718983d2ba5103f464497220ca1c51dd70e (diff)
downloadlibsoup-786cb47cd55fed9529b8defe009790b4d8471859.tar.gz
Bug 677923 - Add soup_cookie_jar_set_cookie_with_first_party() alternative that takes a SoupCookie in argument
Currently, the only way to add a cookie while checking first_party is to use soup_cookie_jar_set_cookie_with_first_party(). However, this function takes an unparsed cookie in argument. In the event the client has already parsed the cookie (e.g. to do some pre-processing), it would be useful to have an alternative to soup_cookie_jar_set_cookie_with_first_party() which takes a parsed SoupCookie in argument. This would be more efficient.
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 0e62e36a..959c643d 100644
--- a/docs/reference/libsoup-2.4-sections.txt
+++ b/docs/reference/libsoup-2.4-sections.txt
@@ -883,6 +883,7 @@ soup_cookie_jar_set_cookie
soup_cookie_jar_set_cookie_with_first_party
<SUBSECTION>
soup_cookie_jar_add_cookie
+soup_cookie_jar_add_cookie_with_first_party
soup_cookie_jar_delete_cookie
soup_cookie_jar_all_cookies
<SUBSECTION>