Method

LspTextDocumentIdentifierset_uri

Declaration

void
lsp_text_document_identifier_set_uri (
  LspTextDocumentIdentifier* self,
  GUri* value
)

Description

Sets the value of uri.

The text document’s URI.

Text documents are identified using a URI. On the protocol level, URIs are passed as strings.

Parameters

self

Type: LspTextDocumentIdentifier

No description available.

The argument can be NULL.
value

Type: GUri

The new value of uri.

The data is owned by the caller of the method.