Method

LspEditorhover_async

Declaration

void
lsp_editor_hover_async (
  LspEditor* self,
  GUri* uri,
  LspPosition* position,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

The hover request is sent from the client to the server to request hover information at a given text document position.

Parameters

uri

Type: GUri

The URI of the document to hover over.

The data is owned by the caller of the method.
position

Type: LspPosition

The position inside the document.

The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No 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.