Virtual Method
FoundryDocumentationProviderquery
Declaration [src]
DexFuture*
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:
FoundryDocumentationQuery
The data is owned by the caller of the method. matches
-
Type:
FoundryDocumentationMatches
A
FoundryDocumentationMatches
.The data is owned by the caller of the method.