Method

IdeLspHoverProviderget_client

since: 3.30

Declaration

IdeLspClient*
ide_lsp_hover_provider_get_client (
  IdeLspHoverProvider* self
)

Description

Gets the client that is used for communication.

Available since: 3.30

Return value

Type: IdeLspClient

An IdeLspClient or NULL.

The data is owned by the instance.
The return value can be NULL.