From 8960722f64afdd1bdf2ad3a0ee2546a322fb30c6 Mon Sep 17 00:00:00 2001 From: David Keijser Date: Wed, 25 May 2011 06:46:55 +0200 Subject: two more commands from uzbl-core --- src/commands.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/commands.c') diff --git a/src/commands.c b/src/commands.c index 87e7876..c2dd578 100644 --- a/src/commands.c +++ b/src/commands.c @@ -440,3 +440,15 @@ spawn_sh_sync(WebKitWebView *web_view, GArray *argv, GString *result) { (void)web_view; (void)result; spawn_sh(argv, result); } + +void +act_dump_config(WebKitWebView *web_view, GArray *argv, GString *result) { + (void)web_view; (void) argv; (void)result; + dump_config(); +} + +void +act_dump_config_as_events(WebKitWebView *web_view, GArray *argv, GString *result) { + (void)web_view; (void) argv; (void)result; + dump_config_as_events(); +} -- cgit v1.2.3