Method

GomRepositorylist_relations

Declaration

DexFuture*
gom_repository_list_relations (
  GomRepository* self
)

Description

Lists relations available in the repository.

Return value

Type: DexFuture

A DexFuture that resolves to a GStrv of relation names or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.