diff options
author | portix <portix@gmx.net> | 2012-03-27 12:26:40 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-27 12:26:40 +0200 |
commit | fb6bcac071997887802e7da96b998bcb78f56c1e (patch) | |
tree | 952c83575c075b75c1f4a6593fcf788736b8138c /src/dwb.h | |
parent | 77fb8c8176299fdc3244c1db499db926003ca05f (diff) | |
parent | 4194579591edd3d21b3508d11a90f05cfbccdbe1 (diff) | |
download | dwb-fb6bcac071997887802e7da96b998bcb78f56c1e.zip |
Merging revision 1152 (sync-files) into default
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |