LiVES  2.4.1-svn
 All Data Structures Namespaces 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@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 boolean do_tempdir_query(void);
13 boolean do_audio_choice_dialog(short startup_phase);
14 boolean do_startup_tests(boolean tshoot);
16 
17 void on_troubleshoot_activate(LiVESMenuItem *, livespointer);
18 
19 
20 #endif
void do_startup_interface_query(void)
Definition: startup.c:917
void on_troubleshoot_activate(LiVESMenuItem *, livespointer)
Definition: startup.c:998
boolean do_startup_tests(boolean tshoot)
Definition: startup.c:503
boolean do_tempdir_query(void)
Definition: startup.c:61
boolean do_audio_choice_dialog(short startup_phase)
Definition: startup.c:202