Method

LspTextDocumentIdentifierget_uri

Declaration

GUri*
lsp_text_document_identifier_get_uri (
  LspTextDocumentIdentifier* self
)

Description

Gets 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.

Return value

Type: GUri

The value of uri.

The returned data is owned by the instance.