27#define PROF_STAT_DEFAULT 1
28#define PROF_STAT_EXISTS 2
29#define PROF_STAT_NEW 3
30#define PROF_STAT_CHANGED 4
31#define PROF_STAT_COPY 5
32#define PROF_STAT_IMPORT 6
43 char *auto_switch_filter;
67 bool is_global,
bool from_global,
bool is_import);
GList * current_profile_list(void)
Definition profile.c:38
GList * edited_profile_list(void)
Definition profile.c:42
const char * get_profile_parent(const char *profilename)
Definition profile.c:82
bool delete_current_profile(void)
Definition profile.c:445
void init_profile_list(void)
Definition profile.c:337
void remove_from_profile_list(GList *fl_entry)
Definition profile.c:276
char * profile_name_is_valid(const char *name)
Definition profile.c:405
char * apply_profile_changes(void)
Definition profile.c:113
void copy_profile_list(void)
Definition profile.c:310
void empty_profile_list(bool edit_list)
Definition profile.c:282
GList * add_to_profile_list(const char *name, const char *parent, int status, bool is_global, bool from_global, bool is_import)
Definition profile.c:266