Function
GLibHashTablesteal_all_keys
since: 2.76
Declaration [src]
GPtrArray*
g_hash_table_steal_all_keys (
GHashTable* hash_table
)
Description [src]
Removes all keys and their associated values from a GHashTable
without calling the key destroy functions, returning the keys
as a GPtrArray
with the free func set to the hash_table
key
destroy function.
Available since: 2.76
This function is not directly available to language bindings.
Parameters
hash_table
-
Type:
GHashTable
A
GHashTable
.The data is owned by the caller of the function.