summaryrefslogtreecommitdiff
path: root/src/gui/splash.h
diff options
context:
space:
mode:
authorDmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>2012-02-22 23:39:26 +0000
committerDmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>2012-02-22 23:39:26 +0000
commitb8c105da967be5e1ca836e022866644fe5393ecc (patch)
treefa38f32ee0adc85d8462973a2f85e01284aaf26d /src/gui/splash.h
parentacea2200b8dbaa6b2384d2b6f4c834967aaa1ed8 (diff)
Import upstream version 3.1.5+dfsg
Diffstat (limited to 'src/gui/splash.h')
-rw-r--r--src/gui/splash.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/gui/splash.h b/src/gui/splash.h
index cd9ec6c..0ad6cf1 100644
--- a/src/gui/splash.h
+++ b/src/gui/splash.h
@@ -1,6 +1,8 @@
#ifndef _GUI_SPLASH_H_
#define _GUI_SPLASH_H_
+
+#ifndef USE_GTK_3
#define E_MAKE_TYPE(l,str,t,ci,i,parent) \
GType l##_get_type(void)\
@@ -31,4 +33,13 @@ 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
+#else
+
+gboolean gui_splash_done(void);
+void gui_splash_step(gchar *text, gdouble progress, gint step);
+void gui_splash_init (void);
+
+#endif /* !USE_GTK_3 */
+
+
+#endif /* !_GUI_SPLASH_H_ */