Method
GLibHashTableIterget_hash_table
since: 2.16
Declaration [src]
GHashTable*
g_hash_table_iter_get_hash_table (
GHashTableIter* iter
)
Return value
Type: GHashTable
The GHashTable
associated with iter
.
The returned data is owned by the instance. |