aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-07-25 11:48:57 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-07-25 11:48:57 +0200
commitdd1460a17a757d151dd68e174c894c962c6545e7 (patch)
tree216e32ea16f0f5c56a2764d1a14aceafea5e104e /uzbl.h
parent9281582619675f4a88e374d4d64365438ce8ca95 (diff)
added update_gui command
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index cbc362a..632219e 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -476,6 +476,9 @@ dump_config();
void
retrieve_geometry();
+void
+update_gui(WebKitWebView *page, GArray *argv, GString *result);
+
gboolean
configure_event_cb(GtkWidget* window, GdkEventConfigure* event);