glib.HashTable

Undocumented in source.

Public Imports

gtkc.glibtypes
public import gtkc.glibtypes;
Undocumented in source.

Members

Classes

HashTable
class HashTable

A GHashTable provides associations between keys and values which is optimized so that given a key, the associated value can be found very quickly.

Meta