Template to convert a GHashTable to a D associative array. K: The key D type V: The value D type owned: Set to true if caller takes ownership of hash (frees it), false to leave it alone (default)
The hash table to convert
The D associative array which is a copy of the data in hash
Template to convert a GHashTable to a D associative array. K: The key D type V: The value D type owned: Set to true if caller takes ownership of hash (frees it), false to leave it alone (default)