aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-07 18:01:09 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-07 18:01:09 +0200
commit0867992ad75f8f749a8e34b27030bbda4acbe40a (patch)
treee05eeeb795375f3aee7009fa79d6936446a9da31 /uzbl-core.h
parent5a9b220413079bb01b4685d6ed7237e278f2ca42 (diff)
added event command
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 01eef08..a4cb1ed 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -488,6 +488,9 @@ retrieve_geometry();
void
update_gui(WebKitWebView *page, GArray *argv, GString *result);
+void
+event(WebKitWebView *page, GArray *argv, GString *result);
+
gboolean
configure_event_cb(GtkWidget* window, GdkEventConfigure* event);