Method

ValentResourceset_format

unstable since: 1.0

Declaration [src]

void
valent_resource_set_format (
  ValentResource* resource,
  const char* format
)

Description [src]

Set the format of resource to format.

Available since: 1.0

Sets propertyValent.Resource:format

Parameters

format

Type: const char*

The new format.

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