Method

TrackerResourceadd_boolean

Declaration [src]

void
tracker_resource_add_boolean (
  TrackerResource* self,
  const char* property_uri,
  gboolean value
)

Description [src]

Adds a boolean property. Previous values for the same property are kept.

This method is meant for RDF properties allowing multiple values, see nrl:maxCardinality.

This method corresponds to xsd:boolean.

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: gboolean

The property boolean value.