Method

TrackerResourceget_property_overwrite

Declaration [src]

gboolean
tracker_resource_get_property_overwrite (
  TrackerResource* resource,
  const gchar* property_uri
)

Description [src]

Returns whether the prior values for this property would be deleted in the SPARQL issued by resource.

Available since:3.1

Parameters

property_uri const gchar*
 

A string identifying the property to query.

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

Return value

Returns: gboolean
 

TRUE if the property would be overwritten.