Method

TrackerResourceget_identifier

Declaration [src]

const char*
tracker_resource_get_identifier (
  TrackerResource* self
)

Description [src]

Returns the identifier of a resource.

If the identifier was set to NULL, the identifier returned will be a locally unique SPARQL blank node identifier, such as _:123.

Return value

Returns: const char*
 

A string owned by the resource.

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