Struct

LspCallHierarchyItem

Description

struct LspCallHierarchyItem {
  /* No available fields */
}

Represents an item in a call hierarchy.

Constructors

lsp_call_hierarchy_item_new
No description available.

lsp_call_hierarchy_item_new_from_variant
No description available.

Instance methods

lsp_call_hierarchy_item_ref
No description available.

lsp_call_hierarchy_item_unref
No description available.

lsp_call_hierarchy_item_get_name

Gets the value of name.

lsp_call_hierarchy_item_set_name

Sets the value of name.

lsp_call_hierarchy_item_get_kind

Gets the value of kind.

lsp_call_hierarchy_item_set_kind

Sets the value of kind.

lsp_call_hierarchy_item_get_tags

Gets the value of tags.

lsp_call_hierarchy_item_set_tags

Sets the value of tags.

lsp_call_hierarchy_item_get_detail

Gets the value of detail.

lsp_call_hierarchy_item_set_detail

Sets the value of detail.

lsp_call_hierarchy_item_get_uri

Gets the value of uri.

lsp_call_hierarchy_item_set_uri

Sets the value of uri.

lsp_call_hierarchy_item_get_range

Gets the value of range.

lsp_call_hierarchy_item_set_range

Sets the value of range.

lsp_call_hierarchy_item_get_selection_range

Gets the value of selection_range.

lsp_call_hierarchy_item_set_selection_range

Sets the value of selection_range.

lsp_call_hierarchy_item_get_data

Gets the value of data.

lsp_call_hierarchy_item_set_data

Sets the value of data.

lsp_call_hierarchy_item_to_variant
No description available.