Method

LspMarkupContentset_value

Declaration

void
lsp_markup_content_set_value (
  LspMarkupContent* self,
  const gchar* value
)

Description

Sets the value of value.

The content itself.

Parameters

value

Type: const gchar*

The new value of value.

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