Method

ValentObjectget_iri

unstable since: 1.0

Declaration [src]

const char*
valent_object_get_iri (
  ValentObject* object
)

Description [src]

Gets the IRI of object.

This method may only be called from the main thread.

Available since: 1.0

Gets propertyValent.Object:iri

Return value

Type: const char*

The IRI of object.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.