diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-gsettings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 1aef1e353..eb5074f03 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -86,6 +86,9 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_LOCATION_RESOURCE_GPS "resource-gps" #define EMPATHY_PREFS_LOCATION_REDUCE_ACCURACY "reduce-accuracy" +#define EMPATHY_PREFS_ACCOUNTS_SCHEMA EMPATHY_PREFS_SCHEMA ".accounts" +#define EMPATHY_PREFS_ACCOUNTS_IMPORTED_MC4_ACCOUNTS "imported-mc4-accounts" + G_END_DECLS #endif /* __EMPATHY_GSETTINGS_H__ */ |