Method

ValentResourceget_description

unstable since: 1.0

Declaration [src]

const char*
valent_resource_get_description (
  ValentResource* resource
)

Description [src]

Gets the description of resource.

Available since: 1.0

Return value

Type: const char*

The description of resource.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.