go
HashTable.this
glib
HashTable
HashTable
Sets our main struct and passes it to the parent class.
this
(GHashTable* gHashTable, bool ownedRef)
class
HashTable
this
(
GHashTable
*
gHashTable
,
bool
ownedRef
= false
)
this
(GHashFunc hashFunc, GEqualFunc keyEqualFunc)
this
(GHashFunc hashFunc, GEqualFunc keyEqualFunc, GDestroyNotify keyDestroyFunc, GDestroyNotify valueDestroyFunc)
glib
HashTable
HashTable
constructors
this
functions
add
contains
destroy
find
foreachRemove
foreachSteal
foreach_
getHashTableStruct
getKeys
getKeysAsArray
getStruct
getValues
insert
lookup
lookupExtended
ref_
remove
removeAll
replace
size
steal
stealAll
stealExtended
unref
static functions
directEqual
directHash
doubleEqual
doubleHash
int64Equal
int64Hash
intEqual
intHash
strEqual
strHash
variables
gHashTable
Sets our main struct and passes it to the parent class.