Method

ValentResourceset_rights

unstable since: 1.0

Declaration [src]

void
valent_resource_set_rights (
  ValentResource* resource,
  const char* rights
)

Description [src]

Set the rights of resource to rights.

Available since: 1.0

Sets propertyValent.Resource:rights

Parameters

rights

Type: const char*

The new rights.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.