collate_hash_table_keys

@accepts({gpointer: gpointer})
@returns(<list>)
def collate_hash_table_keys(table)

Returns a GList containing all keys from @table. The keys are not copied.

table :

GHashTable to collate

Returns :

GList of keys