Method

GomRepositoryregister_entity_type

Declaration

void
gom_repository_register_entity_type (
  GomRepository* self,
  GType entity_type
)

Description

Registers entity_type with the repository.

Parameters

entity_type

Type: GType

A GType for a GomEntity subclass.