Method
FoundryDocumentationProviderlist_children
Declaration [src]
DexFuture*
foundry_documentation_provider_list_children (
FoundryDocumentationProvider* self,
FoundryDocumentation* parent
)
Parameters
parent
-
Type:
FoundryDocumentation
No description available.
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture
that will resolve to
a GListModel
or reject with error.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |