SorterOrder
Description:
[ CCode ( cprefix = "GTK_SORTER_ORDER_" , type_id = "gtk_sorter_order_get_type ()" ) ]
public enum SorterOrder
Describes the type of order that a `GtkSorter` may produce.
Content:
Enum values:
- NONE - No order, all elements are considered
equal.
- PARTIAL - A partial order.
- TOTAL - A total order.