Method
LspEditorsignature_help_async
Declaration
void
lsp_editor_signature_help_async (
LspEditor* self,
GUri* uri,
LspPosition* position,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
The signature help request is sent from the client to the server to request signature information at a given cursor position.
Parameters
uri-
Type:
GUriThe URI of the document containing the call.
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.