Constructor
LspSymbolInformationnew
Declaration
LspSymbolInformation*
lsp_symbol_information_new (
const gchar* name,
LspSymbolKind kind,
LspLocation* location,
const gchar* container_name,
LspSymbolTag tags
)
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:
LspSymbolKindNo description available.
location-
Type:
LspLocationNo description available.
The data is owned by the caller of the function. container_name-
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:
LspSymbolTagNo description available.
Return value
Type: LspSymbolInformation
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |