Gda.stringHashToList

Creates a new list of strings, which contains all keys of a given hash table. After using it, you should free this list by calling g_list_free.

class Gda
static
stringHashToList

Parameters

hashTable HashTable

a hash table.

Return Value

Type: ListG

a new GList.

Meta