aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cookie-jar.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2010-11-30 21:45:57 +0100
committerGravatar keis <keijser@gmail.com>2010-12-13 04:12:12 +0100
commit04a5223d6abb42c42acc31c8b50ed11a049c59db (patch)
treeed58aa252203bf38e25567db9d0ce4baf0a561d6 /src/cookie-jar.h
parentb9ab642298cba8e6a0aeb69a4ad427d679cdb5c2 (diff)
cookies rework
* send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies
Diffstat (limited to 'src/cookie-jar.h')
-rw-r--r--src/cookie-jar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cookie-jar.h b/src/cookie-jar.h
index 80af00e..f3e3733 100644
--- a/src/cookie-jar.h
+++ b/src/cookie-jar.h
@@ -16,6 +16,7 @@ typedef struct {
int connection_fd;
gboolean in_get_callback;
+ gboolean in_manual_add;
} UzblCookieJar;
typedef struct {