24 #define PROF_STAT_DEFAULT 1 25 #define PROF_STAT_EXISTS 2 26 #define PROF_STAT_NEW 3 27 #define PROF_STAT_CHANGED 4 28 #define PROF_STAT_COPY 5 58 gboolean is_global, gboolean from_global);
GList * edited_profile_list(void)
Definition: profile.c:38
void copy_profile_list(void)
Definition: profile.c:277
gchar * profile_name_is_valid(const gchar *name)
Definition: profile.c:365
void empty_profile_list(gboolean edit_list)
Definition: profile.c:253
GList * add_to_profile_list(const char *name, const char *parent, int status, gboolean is_global, gboolean from_global)
Definition: profile.c:237
GList * current_profile_list(void)
Definition: profile.c:34
const gchar * get_profile_parent(const gchar *profilename)
Definition: profile.c:70
void remove_from_profile_list(GList *fl_entry)
Definition: profile.c:247
gchar * apply_profile_changes(void)
Definition: profile.c:101
void init_profile_list(void)
Definition: profile.c:299
gboolean delete_current_profile(void)
Definition: profile.c:405