Top | ![]() |
![]() |
![]() |
![]() |
|
e_sorter_model_to_sorted () |
|
e_sorter_sorted_to_model () |
|
e_sorter_get_model_to_sorted_array () |
|
e_sorter_get_sorted_to_model_array () |
|
e_sorter_needs_sorting () |
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); };