From 04a5223d6abb42c42acc31c8b50ed11a049c59db Mon Sep 17 00:00:00 2001 From: keis Date: Tue, 30 Nov 2010 21:45:57 +0100 Subject: 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 --- src/events.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/events.h') diff --git a/src/events.h b/src/events.h index 4b04dd2..3c7b933 100644 --- a/src/events.h +++ b/src/events.h @@ -17,6 +17,7 @@ enum event_type { PLUG_CREATED, COMMAND_ERROR, BUILTINS, PTR_MOVE, SCROLL_VERT, SCROLL_HORIZ, DOWNLOAD_STARTED, DOWNLOAD_PROGRESS, DOWNLOAD_COMPLETE, + ADD_COOKIE, DELETE_COOKIE, /* must be last entry */ LAST_EVENT -- cgit v1.2.3