get_single_values_for_key
Description:
Returns all non-null values for key from this.
This ignores related keys.
Parameters:
| this |
a data |
| key |
a metadata key |
Returns:
|
a List with values. Do not change or free the values. Free the list with g_list_free. |