summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_throbber.h')
-rw-r--r--gtk/gtk_throbber.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtk_throbber.h b/gtk/gtk_throbber.h
index b7d3d8804..1463c9b26 100644
--- a/gtk/gtk_throbber.h
+++ b/gtk/gtk_throbber.h
@@ -29,10 +29,7 @@ struct nsgtk_throbber
extern struct nsgtk_throbber *nsgtk_throbber;
-#ifdef WITH_GIF
-bool nsgtk_throbber_initialise_from_gif(const char *fn);
-#endif
-bool nsgtk_throbber_initialise_from_png(const int frames, ...);
+bool nsgtk_throbber_initialise_from_png(const int frames, char** frame_files);
void nsgtk_throbber_finalise(void);
#endif /* __GTK_THROBBER_H__ */