Method

LspCodeDescriptionget_href

Declaration

const gchar*
lsp_code_description_get_href (
  LspCodeDescription* self
)

Description

Gets the value of href.

An URI to open with more information about the diagnostic error.

Return value

Type: const gchar*

The value of href.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.