Documentation
Dlang.org
ListStore.sort
gio
list_store
ListStore
Sort the items in store according to compare_func.
class
ListStore
void
sort
(
int
delegate
(
ObjectG
,
ObjectG
)
compareFunc
)
Parameters
compareFunc
int
delegate
(
ObjectG
,
ObjectG
)
pairwise comparison function for sorting
gio
list_store
ListStore
constructors
this
functions
append
find
findWithEqualFunc
insert
insertSorted
remove
removeAll
sort
splice
Sort the items in store according to compare_func.