BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
bsegconfig.hh
Go to the documentation of this file.
00001  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
00002 #ifndef __BSE_GCONFIG_H__
00003 #define __BSE_GCONFIG_H__
00004 
00005 #include        <bse/bseobject.hh>
00006 #include        <bse/bsemain.hh>
00007 
00008 G_BEGIN_DECLS
00009 
00010 /* --- Global Config --- */
00011 /* extern BseGConfig *bse_global_config; bsetype.hh */
00012 void               _bse_gconfig_init      (void);
00013 void               bse_gconfig_apply      (SfiRec *rec);
00014 GParamSpec*        bse_gconfig_pspec      (void);
00015 void               bse_gconfig_lock       (void);
00016 void               bse_gconfig_unlock     (void);
00017 gboolean           bse_gconfig_locked     (void);
00018 void               bse_gconfig_merge_args (const BseMainArgs *margs);
00019 
00020 G_END_DECLS
00021 
00022 #endif /* __BSE_GCONFIG_H__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines