Go to the source code of this file.
Defines |
#define | BST_SKIN_CONFIG(field) |
#define | BST_SKIN_CONFIG_STRDUP_PATH(field) |
Typedefs |
typedef void(* | BstSkinConfigNotify )(gpointer data) |
Functions |
void | _bst_skin_config_init (void) |
void | bst_skin_config_apply (SfiRec *rec, const gchar *skin_file) |
GParamSpec * | bst_skin_config_pspec (void) |
BstSkinConfig * | 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) |
BseErrorType | bst_skin_dump (const gchar *file_name) |
BseErrorType | bst_skin_parse (const gchar *file_name) |
Detailed Description