2 #ifndef __BST_MSG_ABSORB_H__
3 #define __BST_MSG_ABSORB_H__
10 #define BST_STRDUP_ABSORBRC_FILE() (g_strconcat (g_get_home_dir (), "/.beast/absorbrc", NULL))
13 void _bst_msg_absorb_config_init (
void);
14 void bst_msg_absorb_config_apply (SfiSeq *seq);
15 GParamSpec* bst_msg_absorb_config_pspec (
void);
16 gboolean bst_msg_absorb_config_adjust (
const gchar *config_blurb,
bool enabled,
bool update_version);
17 gboolean bst_msg_absorb_config_match (
const gchar *config_blurb);
18 void bst_msg_absorb_config_update (
const gchar *config_blurb);
19 GtkWidget* bst_msg_absorb_config_box (
void);
25 void bst_msg_absorb_config_save (
void);
26 void bst_msg_absorb_config_load (
void);
Definition: bstapi.idl:172