Top | ![]() |
![]() |
![]() |
![]() |
gint | (*ECompareRowsFunc) () |
GHashTable * | (*ECreateCmpCacheFunc) () |
ESorterArray * | e_sorter_array_new () |
void | e_sorter_array_clean () |
void | e_sorter_array_set_count () |
void | e_sorter_array_append () |
gint (*ECompareRowsFunc) (gint row1
,gint row2
,GHashTable *cmp_cache
,gpointer closure
);
ECompareRowsFunc
is deprecated and should not be used in newly-written code.
GHashTable *
(*ECreateCmpCacheFunc) (gpointer closure
);
ECreateCmpCacheFunc
is deprecated and should not be used in newly-written code.
ESorterArray * e_sorter_array_new (ECreateCmpCacheFunc create_cmp_cache
,ECompareRowsFunc compare
,gpointer closure
);
e_sorter_array_new
is deprecated and should not be used in newly-written code.
void
e_sorter_array_clean (ESorterArray *sorter
);
e_sorter_array_clean
is deprecated and should not be used in newly-written code.
void e_sorter_array_set_count (ESorterArray *sorter
,gint count
);
e_sorter_array_set_count
is deprecated and should not be used in newly-written code.