BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsegconfig.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __BSE_GCONFIG_H__
3 #define __BSE_GCONFIG_H__
4 
5 #include <bse/bseobject.hh>
6 #include <bse/bsemain.hh>
7 
8 G_BEGIN_DECLS
9 
10 /* --- Global Config --- */
11 /* extern BseGConfig *bse_global_config; bsetype.hh */
12 void _bse_gconfig_init (void);
13 void bse_gconfig_apply (SfiRec *rec);
14 GParamSpec* bse_gconfig_pspec (void);
15 void bse_gconfig_lock (void);
16 void bse_gconfig_unlock (void);
17 gboolean bse_gconfig_locked (void);
18 void bse_gconfig_merge_args (const BseMainArgs *margs);
19 
20 G_END_DECLS
21 
22 #endif /* __BSE_GCONFIG_H__ */
Definition: bsemain.hh:28