glib.HashTableIter

Undocumented in source.

Public Imports

glib.c.types
public import glib.c.types;
gtkc.glibtypes
public import gtkc.glibtypes;

Members

Classes

HashTableIter
class HashTableIter

A GHashTableIter structure represents an iterator that can be used to iterate over the elements of a glib.HashTable GHashTableIter structures are typically allocated on the stack and then initialized with HashTable.iterInit.