Method

GLibHashTableIterget_hash_table

since: 2.16

Declaration

GHashTable*
g_hash_table_iter_get_hash_table (
  GHashTableIter* iter
)

Description

Returns the GHashTable associated with iter.

Available since: 2.16

Return value

Type: GHashTable

The GHashTable associated with iter.

The data is owned by the instance.