aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-21 09:52:00 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-21 09:52:00 +0200
commit4261c8f0c6c032f46457bc154272a08982f310ca (patch)
tree416c3c1dc4a97f72eba433b200932977b6f2ab53 /uzbl-core.h
parent0945c9aa8353579b221f3ea7b94ad0ef44dd5001 (diff)
added hardcopy command
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 43d5a3b..ea78f20 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -460,7 +460,11 @@ menu_remove_edit(WebKitWebView *page, GArray *argv, GString *result);
gint
get_click_context();
+void
+hardcopy(WebKitWebView *page, GArray *argv, GString *result);
+
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
+
typedef struct {
Command function;
gboolean no_split;