Documentation
Dlang.org
ListStore.sort
gio
list_store
ListStore
Sort the items in store according to compare_func.
class
ListStore
void
sort
(
int
delegate
(
gobject.object.ObjectWrap
,
gobject.object.ObjectWrap
)
compareFunc
)
Parameters
compareFunc
int
delegate
(
gobject
.
object
.
ObjectWrap
,
gobject
.
object
.
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.