Method

ValentResourceset_subject

unstable since: 1.0

Declaration [src]

void
valent_resource_set_subject (
  ValentResource* resource,
  const char* subject
)

Description [src]

Set the subject of resource to subject.

Available since: 1.0

Parameters

subject

Type: const char*

The new subject.

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