diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-17 23:44:15 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-17 23:44:15 -0400 |
commit | 8c189045d953c4dc42076776d6f853a692421a42 (patch) | |
tree | c58b5ba540bba60bd178e76fc9823b049cffd6bc /callbacks.h | |
parent | a8f412ce4316566396048e394271f6708642e094 (diff) |
move cb_keypress to callbacks.c, fixed a few warnings, added functions to sb.h
Diffstat (limited to 'callbacks.h')
-rw-r--r-- | callbacks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h index bfd3511..b085616 100644 --- a/callbacks.h +++ b/callbacks.h @@ -1,3 +1,4 @@ +gboolean cb_keypress(GtkWidget *widget, GdkEventKey *event); void cb_entry(GtkWidget* entry, gpointer data); void cb_go(gboolean b); void cb_download(WebKitWebView *web_view, GObject *download, gpointer user_data); |