Method
TrackerResourceset_string
Declaration [src]
void
tracker_resource_set_string (
  TrackerResource* self,
  const char* property_uri,
  const char* value
)
Description [src]
Sets a string property. Replaces any previous value.
This method corresponds to xsd:string.
Parameters
- property_uri
- 
            Type: const char*A string identifying the property to modify. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: const char*The property object. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.