Method

LspWorkspaceFolderget_name

Declaration

const gchar*
lsp_workspace_folder_get_name (
  LspWorkspaceFolder* self
)

Description

Gets the value of name.

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

Return value

Type: const gchar*

The value of name.

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