aboutsummaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h
index 62f2e87..342a6ac 100644
--- a/callbacks.h
+++ b/callbacks.h
@@ -1,3 +1,5 @@
+/* all functions should use this format cb_CALLBACK */
+
gboolean cb_keypress(GtkWidget *widget, GdkEventKey *event);
void cb_entry(GtkWidget* entry, gpointer data);
void cb_link_hover(WebKitWebView* page, const gchar* title, const gchar* link, gpointer data);