Method

ValentResourceset_title

unstable since: 1.0

Declaration [src]

void
valent_resource_set_title (
  ValentResource* resource,
  const char* title
)

Description [src]

Set the title of resource to title.

Available since: 1.0

Sets propertyValent.Resource:title

Parameters

title

Type: const char*

The new title.

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