Constructor
FoundryLspCompletionResultsnew
Declaration [src]
DexFuture*
foundry_lsp_completion_results_new (
FoundryLspClient* client,
GVariant* reply
)
Parameters
client
-
Type:
FoundryLspClient
The data is owned by the caller of the function. reply
-
Type:
GVariant
The reply from the LSP-enabled server.
The data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFuture
that resolves to
a FoundryLspCompletionResults
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |