Class

GomOrdering

Description

final class Gom.Ordering : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GomOrdering ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

gom_ordering_new

Creates a new ordering expression.

gom_ordering_new_full

Creates a new ordering expression with explicit nulls mode.

Instance methods

gom_ordering_get_direction

Gets the sort direction.

gom_ordering_get_expression

Gets the expression to order by.

gom_ordering_get_nulls_mode

Gets the nulls ordering mode.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gom.Ordering:direction
No description available.

Gom.Ordering:expression
No description available.

Gom.Ordering:nulls-mode
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GomOrderingClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.