Method

ValentResourceget_identifier

unstable since: 1.0

Declaration [src]

const char*
valent_resource_get_identifier (
  ValentResource* resource
)

Description [src]

Gets the identifier of resource.

Available since: 1.0

Return value

Type: const char*

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