Replaces the value currently pointed to by the iterator from its associated glib.HashTable Can only be called after HashTable.iterNext returned TRUE.
If you supplied a value_destroy_func when creating the glib.HashTable, the old value is freed using that function.
the value to replace with
2.30
Replaces the value currently pointed to by the iterator from its associated glib.HashTable Can only be called after HashTable.iterNext returned TRUE.
If you supplied a value_destroy_func when creating the glib.HashTable, the old value is freed using that function.