Function

LspDocumentSymbolnew

Declaration

LspDocumentSymbol*
lsp_document_symbol_new (
  const gchar* name,
  LspSymbolKind kind,
  LspRange* range,
  LspRange* selection_range,
  const gchar* detail,
  LspSymbolTag tags
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

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

Type: LspSymbolKind

No description available.

range

Type: LspRange

No description available.

The data is owned by the caller of the function.
selection_range

Type: LspRange

No description available.

The data is owned by the caller of the function.
detail

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
tags

Type: LspSymbolTag

No description available.

Return value

Type: LspDocumentSymbol

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.