Method
FoundryHoverProviderpopulate
Declaration [src]
DexFuture*
foundry_hover_provider_populate (
FoundryHoverProvider* self,
const FoundryTextIter* location
)
Parameters
location
-
Type:
FoundryTextIter
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture
that resolves
to a GListModel
of FoundryMarkup
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |