|
|
|
|
@ -828,7 +828,7 @@ typedef struct
|
|
|
|
|
enum ADVANCED_PART_TYPE part_type;
|
|
|
|
|
char *part;
|
|
|
|
|
char *device;
|
|
|
|
|
} advanced_partition;
|
|
|
|
|
} advanced_part_widgets;
|
|
|
|
|
|
|
|
|
|
typedef struct
|
|
|
|
|
{
|
|
|
|
|
@ -1097,7 +1097,7 @@ typedef struct
|
|
|
|
|
char *device;
|
|
|
|
|
int sys_section;
|
|
|
|
|
int user_section;
|
|
|
|
|
int format;
|
|
|
|
|
char *format;
|
|
|
|
|
gulong full_part_size;
|
|
|
|
|
unsigned long size;
|
|
|
|
|
char size_letter;
|
|
|
|
|
@ -1107,8 +1107,8 @@ typedef struct
|
|
|
|
|
char *encryption;
|
|
|
|
|
char *encryption_password;
|
|
|
|
|
enum PART_SOURCE part_source;
|
|
|
|
|
advanced_partition *partition_widgets;
|
|
|
|
|
} advanced_section;
|
|
|
|
|
advanced_part_widgets *partition_widgets;
|
|
|
|
|
} advanced_part_data;
|
|
|
|
|
|
|
|
|
|
struct row_data
|
|
|
|
|
{
|
|
|
|
|
@ -1361,8 +1361,8 @@ void yon_software_init(main_window *widgets);
|
|
|
|
|
void on_install_advanced_device_chosen(GtkCellRenderer *, gchar *path, main_window *widgets);
|
|
|
|
|
void on_install_advanced_partition_chosen(GtkCellRenderer *, gchar *path, main_window *widgets);
|
|
|
|
|
void yon_devices_setup(main_window *widgets);
|
|
|
|
|
void on_advanced_password_clicked(GtkWidget *, advanced_partition *part);
|
|
|
|
|
advanced_partition *yon_advanced_partition_new();
|
|
|
|
|
void on_advanced_password_clicked(GtkWidget *, advanced_part_widgets *part);
|
|
|
|
|
advanced_part_widgets *yon_advanced_partition_new();
|
|
|
|
|
void on_advanced_part_remove(GtkWidget *self, main_window *widgets);
|
|
|
|
|
int yon_advanced_get_part_size(main_window *widgets);
|
|
|
|
|
void yon_advanced_partition_clear(main_window *widgets);
|
|
|
|
|
@ -1392,28 +1392,28 @@ gboolean on_country_filter(GtkTreeModel *self, GtkTreeIter *iter, main_window *w
|
|
|
|
|
gboolean yon_os_component_insert(struct row_data *row_input);
|
|
|
|
|
void *yon_os_components_setup(main_window *widgets);
|
|
|
|
|
gboolean yon_spinner_switch_off(GtkSpinner *target);
|
|
|
|
|
void on_advanced_added(GtkWidget *, char *, main_window *);
|
|
|
|
|
void on_advanced_new(GtkWidget *, main_window *);
|
|
|
|
|
int yon_advanced_section_get(char *partition);
|
|
|
|
|
void yon_advanced_partition_set_from_section(advanced_partition *part, advanced_section *section);
|
|
|
|
|
void yon_advanced_update(main_window *widgets);
|
|
|
|
|
void on_advanced_partition_create(GtkWidget *, main_window *widgets);
|
|
|
|
|
void yon_advanced_parts_update(main_window *widgets);
|
|
|
|
|
void on_advanced_partition_add(GtkWidget *, char *path, main_window *widgets);
|
|
|
|
|
void yon_advanced_section_remove_all();
|
|
|
|
|
void on_advanced_section_toggled(GtkWidget *self, main_window *widgets);
|
|
|
|
|
// void on_advanced_added(GtkWidget *, char *, main_window *);
|
|
|
|
|
// void on_advanced_new(GtkWidget *, main_window *);
|
|
|
|
|
// int yon_advanced_section_get(char *partition);
|
|
|
|
|
// void yon_advanced_partition_set_from_section(advanced_part_widgets *part, advanced_part_widgets *section);
|
|
|
|
|
// void yon_advanced_update(main_window *widgets);
|
|
|
|
|
// void on_advanced_partition_create(GtkWidget *, main_window *widgets);
|
|
|
|
|
// void yon_advanced_parts_update(main_window *widgets);
|
|
|
|
|
// void on_advanced_partition_add(GtkWidget *, char *path, main_window *widgets);
|
|
|
|
|
// void yon_advanced_section_remove_all();
|
|
|
|
|
// void on_advanced_section_toggled(GtkWidget *self, main_window *widgets);
|
|
|
|
|
void yon_fs_type_setup(GtkComboBoxText *target);
|
|
|
|
|
void yon_advanced_set_max_size_from_partition(advanced_partition *part, main_window *widgets);
|
|
|
|
|
void on_advanced_size_changed(GtkWidget *self, main_window *widgets);
|
|
|
|
|
int yon_advanced_save(main_window *widgets);
|
|
|
|
|
void yon_advanced_part_parameter_changed(GtkWidget *self, advanced_partition *part);
|
|
|
|
|
void yon_advanced_section_update(main_window *widgets);
|
|
|
|
|
void yon_advanced_section_update_section(advanced_partition *part, GtkWidget *cur_toggle, main_window *widgets);
|
|
|
|
|
int yon_advanced_section_get_by_part(advanced_partition *part);
|
|
|
|
|
void yon_advanced_section_remove_by_name(char *part);
|
|
|
|
|
void on_advanced_virtual_device_changed(GtkWidget *, main_window *widgets);
|
|
|
|
|
int yon_advanced_section_append(advanced_section *section);
|
|
|
|
|
void on_format_changed(GtkWidget *self, advanced_partition *part);
|
|
|
|
|
// void yon_advanced_set_max_size_from_partition(advanced_part_widgets *part, main_window *widgets);
|
|
|
|
|
// void on_advanced_size_changed(GtkWidget *self, main_window *widgets);
|
|
|
|
|
// int yon_advanced_save(main_window *widgets);
|
|
|
|
|
// void yon_advanced_part_parameter_changed(GtkWidget *self, advanced_part_widgets *part);
|
|
|
|
|
// void yon_advanced_section_update(main_window *widgets);
|
|
|
|
|
// void yon_advanced_section_update_section(advanced_part_widgets *part, GtkWidget *cur_toggle, main_window *widgets);
|
|
|
|
|
// int yon_advanced_section_get_by_part(advanced_part_widgets *part);
|
|
|
|
|
// void yon_advanced_section_remove_by_name(char *part);
|
|
|
|
|
// void on_advanced_virtual_device_changed(GtkWidget *, main_window *widgets);
|
|
|
|
|
// int yon_advanced_section_append(advanced_part_widgets *section);
|
|
|
|
|
void on_format_changed(GtkWidget *self, advanced_part_widgets *part);
|
|
|
|
|
int yon_layouts_get();
|
|
|
|
|
void on_link(GtkWidget *self, char *uri, gpointer);
|
|
|
|
|
void on_source_changed(GtkComboBox *self);
|
|
|
|
|
@ -1534,3 +1534,14 @@ void yon_modules_missed_func(main_window *widgets);
|
|
|
|
|
void yon_scroll_block_for_builder(GtkBuilder *builder);
|
|
|
|
|
void yon_advanced_device_choose(main_window *widgets, const char *device);
|
|
|
|
|
void yon_advanced_part_choose(main_window *widgets, const char *part);
|
|
|
|
|
advanced_part_data *yon_advanced_part_data_new();
|
|
|
|
|
char *yon_advanced_part_data_get_parameter(const char *config_param, int pos);
|
|
|
|
|
advanced_part_data *yon_advanced_get_config_data(int pos);
|
|
|
|
|
void yon_advanced_part_create_for_device(advanced_part_data *data, main_window *widgets);
|
|
|
|
|
void yon_advanced_part_add_parts_for_device(const char *device_name, main_window *widgets);
|
|
|
|
|
void yon_advanced_part_remove_parts_for_device(const char *device_name, main_window *widgets);
|
|
|
|
|
void yon_advanced_init(main_window *widgets);
|
|
|
|
|
advanced_part_widgets *yon_advanced_part_create(advanced_part_data *part_data);
|
|
|
|
|
void on_advanced_virtual_device_changed(GtkWidget *, main_window *widgets);
|
|
|
|
|
void on_advanced_part_create(GtkWidget *self, main_window *widgets);
|
|
|
|
|
int yon_advanced_part_select_for_data(advanced_part_data *data, main_window *widgets);
|