Method

LspLocationset_uri

Declaration

void
lsp_location_set_uri (
  LspLocation* self,
  GUri* value
)

Description

Sets the value of uri.

Parameters

self

Type: LspLocation

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.