Method

TrackerResourceget_values

Declaration [src]

GList*
tracker_resource_get_values (
  TrackerResource* self,
  const char* property_uri
)

Description [src]

Returns the list of all known values of the given property.

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 GList of GValue instances. The list should be freed with g_list_free()

 The caller of the method takes ownership of the data container, but not the data inside it.
 The return value can be NULL.