summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-05 23:29:20 +0100
committerportix <portix@gmx.net>2012-03-05 23:29:20 +0100
commitb5799c5b016c5532e88f8f297cdf73d1c7b488ac (patch)
tree4f7402eae61cf65f76256dcbf040005318bbf948 /src/dwb.h
parent24ca1c58cd6ea7b118e8ecf91b088192bcad59f9 (diff)
downloaddwb-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 2d26347d..f91bb4ce 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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);