SortListModel.this

Creates a new sort list model that uses the sorter to sort model.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gio.list_model.ListModel model, gtk.sorter.Sorter sorter)
    class SortListModel

Parameters

model gio.list_model.ListModel

the model to sort

sorter gtk.sorter.Sorter

the gtk.sorter.Sorter to sort model with,

Return Value