Method

LspRangeinit

Declaration

void
lsp_range_init (
  LspRange* self,
  LspPosition* start,
  LspPosition* end
)

Description

No description available.

Parameters

start

Type: LspPosition

No description available.

The data is owned by the caller of the method.
end

Type: LspPosition

No description available.

The data is owned by the caller of the method.