summaryrefslogtreecommitdiff
path: root/src/gui/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/splash.h')
-rw-r--r--src/gui/splash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/splash.h b/src/gui/splash.h
index 5d4939b..44d0ea9 100644
--- a/src/gui/splash.h
+++ b/src/gui/splash.h
@@ -27,7 +27,8 @@ GtkType l##_get_type(void)\
}
void gui_splash_init(void);
-void gui_splash_done(void);
+gboolean gui_splash_done(void);
void gui_splash_step(gchar *text, gdouble progress, gint step);
+gboolean expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer data);
#endif