Method

IdeLspHoverProviderset_client

Declaration

void
ide_lsp_hover_provider_set_client (
  IdeLspHoverProvider* self,
  IdeLspClient* client
)

Description

Sets the client to be used to query for hover information.

Parameters

client

Type: IdeLspClient

An IdeLspClient.

The data is owned by the caller of the method.