HashTableIter.next

Advances iter and retrieves the key and/or value that are now pointed to as a result of this advancement. If FALSE is returned, key and value are not set, and the iterator becomes invalid.

class HashTableIter
bool
next
(
out void* key
,
out void* value
)

Parameters

key void*

a location to store the key

value void*

a location to store the value

Return Value

Type: bool

FALSE if the end of the glib.HashTable has been reached.

Meta

Since

2.16