Go to the source code of this file.
|
#define | BST_SKIN_CONFIG(field) |
|
#define | BST_SKIN_CONFIG_STRDUP_PATH(field) |
|
|
typedef void(* | BstSkinConfigNotify) (gpointer data) |
|
|
void | _bst_skin_config_init (void) |
|
void | bst_skin_config_apply (SfiRec *rec, const gchar *skin_file) |
|
GParamSpec * | bst_skin_config_pspec (void) |
|
Bst::SkinConfig * | bst_skin_config_get_global (void) |
|
void | bst_skin_config_notify (void) |
|
void | bst_skin_config_add_notify (BstSkinConfigNotify func, gpointer data) |
|
void | bst_skin_config_set_rcfile (const gchar *file_name) |
|
const gchar * | bst_skin_config_rcfile (void) |
|
const gchar * | bst_skin_config_dirname (void) |
|
Bse::Error | bst_skin_dump (const gchar *file_name) |
|
Bse::Error | bst_skin_parse (const gchar *file_name) |
|