Class
GomRepository
Instance methods
gom_repository_find_one
Finds the first entity of entity_type matching all provided property/value pairs.
gom_repository_find_one_with_properties
Finds the first entity of entity_type matching all provided property/value pairs.
gom_repository_list_entities
Builds a query for entity_type, applies the optional filter and
ordering, and returns all matching entities as a list model.
gom_repository_supports_vector_distance
Checks whether the repository backend supports SQL distance expressions for
format and metric.
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.