Method
FoundryTextDocumentlist_symbols
Declaration [src]
DexFuture*
foundry_text_document_list_symbols (
FoundryTextDocument* self
)
Return value
Type: DexFuture
A DexFuture
that resolves to
a FoundryFutureListModel
of FoundrySymbol
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |