Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.SortListModel Sets a new section sorter on self. Since: 4.12
-
gi-gtk4 GI.Gtk.Objects.SortListModel Sets a new sorter on self.
sorterChanged :: (HasCallStack, MonadIO m, IsSorter a) => a -> SorterChange -> m ()gi-gtk4 GI.Gtk.Objects.Sorter Notifies all users of the sorter that it has changed. This emits the Sorter::changed signal. Users of the sorter should then update the sort order via sorterCompare. Depending on the change parameter, it may be possible to update the sort order without a full resorting. Refer to the SorterChange documentation for details. This function is intended for implementers of GtkSorter subclasses and should not be called from other functions.
-
gi-gtk4 GI.Gtk.Objects.Sorter Compares two given items according to the sort order implemented by the sorter. Sorters implement a partial order:
- It is reflexive, ie a = a
- It is antisymmetric, ie if a < b and b < a, then a = b
- It is transitive, ie given any 3 items with a ≤ b and b ≤ c, then a ≤ c
sorterGetOrder :: (HasCallStack, MonadIO m, IsSorter a) => a -> m SorterOrdergi-gtk4 GI.Gtk.Objects.Sorter Gets the order that self conforms to. See SorterOrder for details of the possible return values. This function is intended to allow optimizations.
sortAscending :: HasDirection mod => modgithub GitHub.Data.Options No documentation available.
sortByComments :: HasComments mod => modgithub GitHub.Data.Options No documentation available.
sortByCreated :: HasCreatedUpdated mod => modgithub GitHub.Data.Options No documentation available.
-
github GitHub.Data.Options No documentation available.
sortByLastAccessedAt :: CacheModgithub GitHub.Data.Options No documentation available.