| Top |
| void | (*vik_thr_free_func) () |
| void | (*vik_thr_func) () |
| void | a_background_thread () |
| int | a_background_thread_progress () |
| int | a_background_testcancel () |
| void | a_background_show_window () |
| void | a_background_init () |
| void | a_background_post_init () |
| void | a_background_uninit () |
| void | a_background_add_window () |
| void | a_background_remove_window () |
void a_background_thread (Background_Pool_Type bp,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);
Function to enlist new background function.
int a_background_thread_progress (gpointer callbackdata,gdouble fraction);
Called from other threads
Returns a non zero number if the thread should be terminated