Method

LspCodeDescriptionset_href

Declaration

void
lsp_code_description_set_href (
  LspCodeDescription* self,
  const gchar* value
)

Description

Sets the value of href.

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

Parameters

value

Type: const gchar*

The new value of href.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.