|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
                    EmpathyConf;
void                (*EmpathyConfNotifyFunc)            (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gpointer user_data);
EmpathyConf*        empathy_conf_get                    (void);
void                empathy_conf_shutdown               (void);
guint               empathy_conf_notify_add             (EmpathyConf *conf,
                                                         const gchar *key,
                                                         EmpathyConfNotifyFunc func,
                                                         gpointer data);
gboolean            empathy_conf_notify_remove          (EmpathyConf *conf,
                                                         guint id);
gboolean            empathy_conf_set_int                (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gint value);
gboolean            empathy_conf_get_int                (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gint *value);
gboolean            empathy_conf_set_bool               (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gboolean value);
gboolean            empathy_conf_get_bool               (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gboolean *value);
gboolean            empathy_conf_set_string             (EmpathyConf *conf,
                                                         const gchar *key,
                                                         const gchar *value);
gboolean            empathy_conf_get_string             (EmpathyConf *conf,
                                                         const gchar *key,
                                                         gchar **value);
gboolean            empathy_conf_set_string_list        (EmpathyConf *conf,
                                                         const gchar *key,
                                                         GSList *value);
gboolean            empathy_conf_get_string_list        (EmpathyConf *conf,
                                                         const gchar *key,
                                                         GSList **value);
void (*EmpathyConfNotifyFunc) (EmpathyConf *conf, const gchar *key, gpointer user_data);
| 
 | |
| 
 | |
| 
 | 
guint empathy_conf_notify_add (EmpathyConf *conf, const gchar *key, EmpathyConfNotifyFunc func, gpointer data);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_notify_remove (EmpathyConf *conf, guint id);
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_set_int (EmpathyConf *conf, const gchar *key, gint value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_get_int (EmpathyConf *conf, const gchar *key, gint *value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_set_bool (EmpathyConf *conf, const gchar *key, gboolean value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_get_bool (EmpathyConf *conf, const gchar *key, gboolean *value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_set_string (EmpathyConf *conf, const gchar *key, const gchar *value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_get_string (EmpathyConf *conf, const gchar *key, gchar **value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_set_string_list (EmpathyConf *conf, const gchar *key, GSList *value);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
gboolean empathy_conf_get_string_list (EmpathyConf *conf, const gchar *key, GSList **value);
| 
 | |
| 
 | |
| 
 | |
| Returns : |