Method
TrackerResourceget_values
Declaration [src]
GList*
tracker_resource_get_values (
TrackerResource* self,
const char* property_uri
)
Parameters
property_uri |
const char* |
A string identifying the property to look up. |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. |
Return value
| Returns: | A list of const GValue* |
A |
|
| The caller of the method takes ownership of the data container, but not the data inside it. | |
The return value can be NULL. |