Top | ![]() |
![]() |
![]() |
![]() |
void e_sorter_get_model_to_sorted_array (ESorter *sorter
,gint **array
,gint *count
);
void e_sorter_get_sorted_to_model_array (ESorter *sorter
,gint **array
,gint *count
);
struct ESorterInterface { GTypeInterface parent_interface; gint (*model_to_sorted) (ESorter *sorter, gint row); gint (*sorted_to_model) (ESorter *sorter, gint row); void (*get_model_to_sorted_array) (ESorter *sorter, gint **array, gint *count); void (*get_sorted_to_model_array) (ESorter *sorter, gint **array, gint *count); gboolean (*needs_sorting) (ESorter *sorter); };