Describes the way two values can be compared.
These values can be used with a glib.types.CompareFunc. However, a glib.types.CompareFunc is allowed to return any integer values. For converting such a value to a gtk.types.Ordering value, use func@Gtk.Ordering.from_cmpfunc.
the first value is smaller than the second
the two values are equal
the first value is larger than the second
Describes the way two values can be compared.
These values can be used with a glib.types.CompareFunc. However, a glib.types.CompareFunc is allowed to return any integer values. For converting such a value to a gtk.types.Ordering value, use func@Gtk.Ordering.from_cmpfunc.