Method

FoundryDocumentationManagerquery

Declaration [src]

DexFuture*
foundry_documentation_manager_query (
  FoundryDocumentationManager* self,
  FoundryDocumentationQuery* query
)

Description [src]

Consumers can call Foundry.list_model_await to get a future that will complete when the listmodel has completed populating for backends which support this feature.

Parameters

query

Type: FoundryDocumentationQuery

A FoundryDocumentationQuery.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to a GListModel or rejects with error.

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