Method

LspClientInfoset_name

Declaration

void
lsp_client_info_set_name (
  LspClientInfo* self,
  const gchar* value
)

Description

Sets the value of name.

Parameters

value

Type: const gchar*

The new value of name.

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