Method

ValentResourceget_title

unstable since: 1.0

Declaration [src]

const char*
valent_resource_get_title (
  ValentResource* resource
)

Description [src]

Gets the title of resource.

Available since: 1.0

Gets propertyValent.Resource:title

Return value

Type: const char*

The title 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.