HashTable.getValues

Retrieves every value inside hash_table. The returned data is valid until hash_table is modified. Since 2.14

class HashTable
getValues
()

Return Value

Type: ListG

a GList containing all the values inside the hash table. The content of the list is owned by the hash table and should not be modified or freed. Use g_list_free() when done using the list.

Meta