Class

GomRepository

Description

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

No description available.

Hierarchy

hierarchy this GomRepository ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

gom_repository_new

Creates a new GomRepository using driver to communicate with storage.

Instance methods

gom_repository_describe_relation

Describes relation.

gom_repository_dup_driver

Gets the driver used to create the repository.

gom_repository_list_entity_types

Lists entity types registered with the repository.

gom_repository_list_relations

Lists relations available in the repository.

gom_repository_mutate

Performs mutation and returns a cursor at some point in the future.

gom_repository_query

Performs query and returns a cursor at some point in the future.

gom_repository_register_entity_type

Registers entity_type with the repository.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gom.Repository:driver
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 GomRepositoryClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.