aboutsummaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h
new file mode 100644
index 0000000..bfd3511
--- /dev/null
+++ b/callbacks.h
@@ -0,0 +1,6 @@
+void cb_entry(GtkWidget* entry, gpointer data);
+void cb_go(gboolean b);
+void cb_download(WebKitWebView *web_view, GObject *download, gpointer user_data);
+void cb_title_changed(WebKitWebView *v, WebKitWebFrame *f, const char *title, tab *t);
+void cb_commit_load(WebKitWebView* page, WebKitWebFrame* frame, tab *t);
+