Method

ValentResourceset_description

unstable since: 1.0

Declaration [src]

void
valent_resource_set_description (
  ValentResource* resource,
  const char* description
)

Description [src]

Set the description of resource to description.

Available since: 1.0

Parameters

description

Type: const char*

The new description.

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