LiVES 1.3.11-svn
|
00001 // plugins.h 00002 // LiVES 00003 // (c) G. Finch 2010 <salsaman@xs4all.nl> 00004 // released under the GNU GPL 3 or later 00005 // see file ../COPYING or www.gnu.org for licensing details 00006 00007 #ifndef _HAS_STARTUP_H 00008 #define _HAS_STARTUP_H 00009 00010 00011 00012 gboolean do_tempdir_query(void); 00013 gboolean do_audio_choice_dialog(short startup_phase); 00014 gboolean do_startup_tests(gboolean tshoot); 00015 void do_startup_interface_query(void); 00016 00017 void on_troubleshoot_activate (GtkMenuItem *, gpointer); 00018 00019 00020 #endif