ESorterArray
GObject ╰── ESorterArray
gint (*ECompareRowsFunc) (gint row1, gint row2, GHashTable *cmp_cache, gpointer closure);
gint row1
gint row2
GHashTable *cmp_cache
gpointer closure
GHashTable * (*ECreateCmpCacheFunc) (gpointer closure);
ESorterArray * e_sorter_array_new (ECreateCmpCacheFunc create_cmp_cache, ECompareRowsFunc compare, gpointer closure);
ECreateCmpCacheFunc create_cmp_cache
ECompareRowsFunc compare
void e_sorter_array_clean (ESorterArray *sorter);
ESorterArray *sorter
void e_sorter_array_set_count (ESorterArray *sorter, gint count);
gint count
void e_sorter_array_append (ESorterArray *sorter, gint count);