aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-10-23 21:22:51 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-10-23 21:22:51 +0200
commit9eae868af1fc7c73d9776166d1135d13f472f858 (patch)
tree754d299dc4d60159ffa225cc97fa1f1c92712b3c /uzbl-core.h
parentabb9589ab1b65f3ecc0c0d082e9c873ce984fc6d (diff)
parent88a1f83069ac0a38187423371eef740c04babccd (diff)
Merge commit '88a1f83069ac0a38187423371eef740c04babccd' into experimental
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;