Method

GomRepositorylist_entity_types

Declaration

GType*
gom_repository_list_entity_types (
  GomRepository* self,
  guint* n_entity_types
)

Description

Lists entity types registered with the repository.

Parameters

n_entity_types

Type: guint*

The number of entity types.

The argument will be set by the function.

Return value

Type: An array of GType

An array of GType values.

The length of the array is in the n_entity_types argument.
The caller of the method takes ownership of the returned data container, but not the data inside it.