Method

LspWorkspaceFolderset_uri

Declaration

void
lsp_workspace_folder_set_uri (
  LspWorkspaceFolder* self,
  GUri* value
)

Description

Sets the value of uri.

The URI associated with the root of this workspace folder.

Parameters

value

Type: GUri

The new value of uri.

The data is owned by the caller of the method.