get_single_values_for_key


Description:

[ 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.

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.