Method

ValentResourceset_creator

unstable since: 1.0

Declaration [src]

void
valent_resource_set_creator (
  ValentResource* resource,
  const char* creator
)

Description [src]

Set the creator of resource to creator.

Available since: 1.0

Parameters

creator

Type: const char*

The new creator.

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