Method

ValentResourceset_identifier

unstable since: 1.0

Declaration [src]

void
valent_resource_set_identifier (
  ValentResource* resource,
  const char* identifier
)

Description [src]

Set the identifier of resource to identifier.

Available since: 1.0

Parameters

identifier

Type: const char*

The new identifier.

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