[ Version ( since = "0.1.13" ) ]
public List<unowned Value?> get_single_values_for_key (KeyID key)
Returns all non-null values for key
from this.
This ignores related keys.
this |
a data |
key |
a metadata key |
a List with values. Do not change or free the values. Free the list with g_list_free . |