X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fcallbacks.h;h=e14a66727e901eca5704a495c87171cded8b520e;hb=a3d91c0ef8fdc6165b4619790e133641036068ad;hp=f14403cc931b0a61c2e95c0acd81c656a86f7b4e;hpb=b26eaa2eb5d2279da4212d21a19c299b80bdc90a;p=rodin%2Fchimara.git diff --git a/tests/callbacks.h b/tests/callbacks.h index f14403c..e14a667 100644 --- a/tests/callbacks.h +++ b/tests/callbacks.h @@ -31,8 +31,7 @@ */ #include -#include "error.h" -void on_save_tool_button_clicked(GtkToolButton *toolbutton, gpointer user_data); +void on_save(GtkAction *action, gpointer user_data); gboolean on_window_delete_event(GtkWidget *widget, GdkEvent *event, gpointer user_data); -void on_file_quit_activate(GtkMenuItem *menuitem, gpointer user_data); +void on_quit(GtkAction *action, gpointer user_data);