]> git.street.me.uk Git - andy/viking.git/blobdiff - src/background.h
Move split track menu options into a new submenu
[andy/viking.git] / src / background.h
index 6bbb49fdb8905dc20b6708a3c6283d74b91ce153..e12734b331e0b9874a254b325a44d03b5fae215d 100644 (file)
@@ -32,10 +32,11 @@ typedef void(*vik_thr_func)(gpointer,gpointer);
 
 /* the new way */
 void a_background_thread ( GtkWindow *parent, const gchar *message, vik_thr_func func, gpointer userdata, vik_thr_free_func userdata_free_func, vik_thr_free_func userdata_cancel_cleanup_func, gint number_items );
 
 /* the new way */
 void a_background_thread ( GtkWindow *parent, const gchar *message, vik_thr_func func, gpointer userdata, vik_thr_free_func userdata_free_func, vik_thr_free_func userdata_cancel_cleanup_func, gint number_items );
-void a_background_thread_progress ( gpointer callbackdata, gdouble fraction );
-void a_background_testcancel ( gpointer callbackdata );
+int a_background_thread_progress ( gpointer callbackdata, gdouble fraction );
+int a_background_testcancel ( gpointer callbackdata );
 void a_background_show_window ();
 void a_background_init ();
 void a_background_show_window ();
 void a_background_init ();
+void a_background_uninit ();
 void a_background_add_status(VikStatusbar *vs);
 void a_background_remove_status(VikStatusbar *vs);
 
 void a_background_add_status(VikStatusbar *vs);
 void a_background_remove_status(VikStatusbar *vs);