summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-27 12:26:40 +0200
committerportix <portix@gmx.net>2012-03-27 12:26:40 +0200
commitfb6bcac071997887802e7da96b998bcb78f56c1e (patch)
tree952c83575c075b75c1f4a6593fcf788736b8138c /src/dwb.h
parent77fb8c8176299fdc3244c1db499db926003ca05f (diff)
parent4194579591edd3d21b3508d11a90f05cfbccdbe1 (diff)
downloaddwb-fb6bcac071997887802e7da96b998bcb78f56c1e.zip
Merging revision 1152 (sync-files) into default
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index eabd6bb8..19be05ee 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -748,6 +748,8 @@ struct _FileContent {
GList *adblock;
GList *tmp_scripts;
GList *tmp_plugins;
+ GList *pers_scripts;
+ GList *pers_plugins;
GList *downloads;
};
@@ -835,7 +837,7 @@ void dwb_clean_load_end(GList *);
void dwb_clean_load_begin(GList *);
void dwb_update_uri(GList *);
gboolean dwb_get_allowed(const char *, const char *);
-gboolean dwb_toggle_allowed(const char *, const char *);
+gboolean dwb_toggle_allowed(const char *, const char *, GList **);
char * dwb_get_host(WebKitWebView *);
void dwb_focus_view(GList *);
void dwb_clean_key_buffer(void);
@@ -882,6 +884,7 @@ DwbStatus dwb_pack(const char *layout, gboolean rebuild);
void dwb_init_signals(void);
void dwb_parse_commands(const char *line);
DwbStatus dwb_scheme_handler(GList *gl, WebKitNetworkRequest *request);
+GList *dwb_get_simple_list(GList *, const char *filename);
gboolean dwb_dom_remove_from_parent(WebKitDOMNode *node, GError **error);