diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-17 20:23:58 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-17 20:23:58 -0400 |
commit | a8f412ce4316566396048e394271f6708642e094 (patch) | |
tree | b346019708ecb2d682e81d07b3406f31cc8a6cff /callbacks.h | |
parent | 40e9cf9bc71fdb8e63239f3fd99b0ef34e81ff13 (diff) |
switched to multiple files, whew thats a relief
Diffstat (limited to 'callbacks.h')
-rw-r--r-- | callbacks.h | 6 |
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); + |