Method

ValentObjectdup_iri

unstable since: 1.0

Declaration [src]

char*
valent_object_dup_iri (
  ValentObject* object
)

Description [src]

Get a copy of the IRI for the object.

Available since: 1.0

Gets propertyValent.Object:iri

Return value

Type: char*

objects IRI.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.