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 BstMsgAbsorbStringSeq* bst_msg_absorb_config_get_global (
void);
17 gboolean bst_msg_absorb_config_adjust (
const gchar *config_blurb,
19 gboolean update_version);
20 gboolean bst_msg_absorb_config_match (
const gchar *config_blurb);
21 void bst_msg_absorb_config_update (
const gchar *config_blurb);
22 GtkWidget* bst_msg_absorb_config_box (
void);
23 void bst_msg_absorb_config_box_set (GtkWidget *box,
24 BstMsgAbsorbStringSeq *mass);
25 BstMsgAbsorbStringSeq* bst_msg_absorb_config_box_get (GtkWidget *box);
28 void bst_msg_absorb_config_save (
void);
29 void bst_msg_absorb_config_load (
void);