Method
FoundryDocumentationProviderquery
Declaration [src]
DexFuture*
foundry_documentation_provider_query (
FoundryDocumentationProvider* self,
FoundryDocumentationQuery* query,
FoundryDocumentationMatches* matches
)
Description [src]
Providers are expected to add their search sections to matches
using foundry_documentation_matches_add_section().
Parameters
query-
Type:
FoundryDocumentationQueryThe data is owned by the caller of the method. matches-
Type:
FoundryDocumentationMatchesA
FoundryDocumentationMatches.The data is owned by the caller of the method.