LiVES  1.6.4-svn
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
startup.h
Go to the documentation of this file.
1 // plugins.h
2 // LiVES
3 // (c) G. Finch 2010 <salsaman@xs4all.nl,salsaman@gmail.com>
4 // released under the GNU GPL 3 or later
5 // see file ../COPYING or www.gnu.org for licensing details
6 
7 #ifndef HAS_LIVES_STARTUP_H
8 #define HAS_LIVES_STARTUP_H
9 
10 
11 
12 gboolean do_tempdir_query(void);
13 gboolean do_audio_choice_dialog(short startup_phase);
14 gboolean do_startup_tests(gboolean tshoot);
16 
17 void on_troubleshoot_activate (GtkMenuItem *, gpointer);
18 
19 
20 #endif