Struct

LspLocation

Description

struct LspLocation {
  LspRange range;
  GUri* _uri;
}

Represents a location inside a resource, such as a line inside a text file.

Structure members
range: LspRange

No description available.

_uri: GUri

No description available.

Instance methods

lsp_location_init
No description available.

lsp_location_init_from_variant
No description available.

lsp_location_to_variant
No description available.

lsp_location_get_uri

Gets the value of uri.

lsp_location_set_uri

Sets the value of uri.