Class

GomRecord

Description

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

No description available.

Hierarchy

hierarchy this GomRecord ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

gom_record_dup_column_bytes

Gets the GBytes value for column.

gom_record_dup_column_date_time

Gets the GDateTime value for column.

gom_record_dup_column_string

Gets the string value for column.

gom_record_get_column
No description available.

gom_record_get_column_boolean

Gets the boolean value for column.

gom_record_get_column_by_name
No description available.

gom_record_get_column_int64

Gets the 64-bit integer value for column.

gom_record_get_column_name
No description available.

gom_record_get_column_string

Gets the string value for column.

gom_record_get_n_columns
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 GomRecordClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.