GNOME Bugzilla – Bug 621655
And make the hash table useful
Last modified: 2010-06-15 17:22:01 UTC
The hash table is useless using a direct hash, as the keys aren't pointers.
Created attachment 163684 [details] [review] And make the hash table useful Because g_direct_hash should only be used when a pointer is used as the key, not for strings.
Attachment 163684 [details] pushed as 7d27625 - And make the hash table useful