Method
LspEditordefinition_async
Declaration
void
lsp_editor_definition_async (
LspEditor* self,
GUri* uri,
LspPosition* position,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
The go-to-definition request is sent from the client to the server to resolve the definition location for a symbol at a given text document position.
Parameters
uri-
Type:
GUriThe URI of the document containing the symbol.
The data is owned by the caller of the method. position-
Type:
LspPositionThe position inside the document.
The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.