diff --git a/source/libublsettingsui-gtk3.h b/source/libublsettingsui-gtk3.h index d98dc80..822bf0b 100644 --- a/source/libublsettingsui-gtk3.h +++ b/source/libublsettingsui-gtk3.h @@ -281,6 +281,17 @@ void yon_save_window_set_postsave_failure_function(void *function, void *data); char *yon_get_default_label_with_parameter(char *command); +enum YON_SAVE_COLUMNS { + YON_SAVE_CHECKED, + YON_SAVE_PARAMETER, + YON_SAVE_OLD, + YON_SAVE_NEW, + YON_SAVE_COMPARE, + YON_SAVE_COLOR, + YON_SAVE_VISIBLE, + YON_SAVE_SECTION +}; + template_saving_window *yon_save_proceed(char *path,YON_CONFIG_TYPE type, ...); void yon_on_space_first_changed(GtkEntry *editable);