summaryrefslogtreecommitdiff
path: root/gtk/gtkcustomsorter.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
| | | | | Include gtkprivate.h for I_() and glib-i18n.h for gettext macros.
* customsorter: Convert docsMatthias Clasen2021-03-111-10/+8
|
* customsorter: Add missing nullable annotationwip/jfelder/customsorter-nullJean Felder2020-12-051-1/+1
|
* Make sorter constructors return exact typesfilter-constructorsMatthias Clasen2020-09-051-3/+3
| | | | | | | Make functions like gtk_custom_sorter_new() return the actual type they construct. Update all callers.
* docs: Revise sorter docs a bitMatthias Clasen2020-07-161-5/+9
|
* Add GtkCustomSorterMatthias Clasen2020-05-301-0/+159
This is a GtkSorter implementation which uses a GCompareDataFunc.