Value | Meaning |
---|---|
PARTIAL0 | A partial order. Any #GtkOrdering is possible. |
NONE1 | No order, all elements are considered equal. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL. |
TOTAL2 | A total order. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL if an item is compared with itself. Two different items will never cause this value to be returned. |
Page generated by adrdox
Describes the type of order that a GtkSorter may produce.