diff options
author | Christophe Dumez <christophe.dumez@intel.com> | 2012-06-12 11:00:37 +0300 |
---|---|---|
committer | Christophe Dumez <christophe.dumez@intel.com> | 2012-06-12 19:55:36 +0300 |
commit | 786cb47cd55fed9529b8defe009790b4d8471859 (patch) | |
tree | 06656252108a46642a9d5a751ae90070e4091277 /docs | |
parent | c26f6718983d2ba5103f464497220ca1c51dd70e (diff) | |
download | libsoup-786cb47cd55fed9529b8defe009790b4d8471859.tar.gz libsoup-786cb47cd55fed9529b8defe009790b4d8471859.tar.bz2 libsoup-786cb47cd55fed9529b8defe009790b4d8471859.zip |
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.txt | 1 |
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> |