Method

LspWorkspaceFolderset_name

Declaration

void
lsp_workspace_folder_set_name (
  LspWorkspaceFolder* self,
  const gchar* value
)

Description

Sets the value of name.

The name of this workspace folder. Used to refer to this workspace folder in the user interface.

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.