From 4261c8f0c6c032f46457bc154272a08982f310ca Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Wed, 21 Oct 2009 09:52:00 +0200 Subject: added hardcopy command --- uzbl-core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uzbl-core.h') 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; -- cgit v1.2.3