Method

TrackerResourceset_int64

Declaration [src]

void
tracker_resource_set_int64 (
  TrackerResource* self,
  const char* property_uri,
  gint64 value
)

Description [src]

Sets a numeric property with 64-bit integer precision. Replaces any previous value.

This method corresponds to xsd:integer.

Parameters

property_uri

Type: const char*

A string identifying the property to modify.

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

Type: gint64

The property object.