[ Version ( since = "0.1.13" ) ]
public List<unowned string> get_single_values_for_key_string (KeyID key)
Returns all non-null values for key
from this.
key
must have been registered as a string-type key. This ignores related keys.
this |
a data |
key |
a metadata key |
a List with values. Do not change or free the strings. Free the list with g_list_free. |