steal_all_values


Description:

[ Version ( since = "2.76" ) ]
public GenericArray<V> steal_all_values ()

Removes all keys and their associated values from a GenericSet without calling the value destroy functions, returning the values as a GenericArray with the free func set to the hash_table value destroy function.

Parameters:

hash_table

a GenericSet

Returns:

a GenericArray containing each value of the table. Unref with with g_ptr_array_unref when done.