25 #define PROF_STAT_DEFAULT 1
26 #define PROF_STAT_EXISTS 2
27 #define PROF_STAT_NEW 3
28 #define PROF_STAT_CHANGED 4
29 #define PROF_STAT_COPY 5
30 #define PROF_STAT_IMPORT 6
62 gboolean is_global, gboolean from_global, gboolean is_import);
gboolean delete_current_profile(void)
Definition: profile.c:420
void empty_profile_list(gboolean edit_list)
Definition: profile.c:264
void init_profile_list(void)
Definition: profile.c:314
gchar * apply_profile_changes(void)
Definition: profile.c:106
void remove_from_profile_list(GList *fl_entry)
Definition: profile.c:258
const gchar * get_profile_parent(const gchar *profilename)
Definition: profile.c:75
GList * add_to_profile_list(const char *name, const char *parent, int status, gboolean is_global, gboolean from_global, gboolean is_import)
Definition: profile.c:248
gchar * profile_name_is_valid(const gchar *name)
Definition: profile.c:380
GList * edited_profile_list(void)
Definition: profile.c:39
void copy_profile_list(void)
Definition: profile.c:292
GList * current_profile_list(void)
Definition: profile.c:35