Method

IdeLspDiagnosticProviderget_client

Declaration

IdeLspClient*
ide_lsp_diagnostic_provider_get_client (
  IdeLspDiagnosticProvider* self
)

Description

Gets the client used by diagnostic provider.

Return value

Type: IdeLspClient

An IdeLspClient or NULL.

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