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