diff options
author | portix <portix@gmx.net> | 2012-03-05 23:29:20 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-05 23:29:20 +0100 |
commit | b5799c5b016c5532e88f8f297cdf73d1c7b488ac (patch) | |
tree | 4f7402eae61cf65f76256dcbf040005318bbf948 /src/dwb.h | |
parent | 24ca1c58cd6ea7b118e8ecf91b088192bcad59f9 (diff) | |
download | dwb-b5799c5b016c5532e88f8f297cdf73d1c7b488ac.zip |
Replace 1 with CP_COMMANDLINE in config.h; get the status of executed commands in dwb_parse_command_line
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -435,6 +435,7 @@ typedef enum { CP_DONT_SAVE = 1<<1, CP_HAS_MODE = 1<<2, CP_USERSCRIPT = 1<<3, + CP_DONT_CLEAN = 1<<4, } CommandProperty; /*}}}*/ @@ -803,7 +804,7 @@ DwbStatus dwb_set_proxy(GList *, WebSettings *); void dwb_new_window(const char *uri); gboolean dwb_eval_editing_key(GdkEventKey *); -void dwb_parse_command_line(const char *); +DwbStatus dwb_parse_command_line(const char *); GHashTable * dwb_get_default_settings(void); int dwb_end(void); |