GNOME Bugzilla – Bug 779363
egg-task-cache: Allow NULL key_copy_func and key_destroy_func
Last modified: 2017-02-28 19:19:09 UTC
I want to use raw gpointers as keys in an EggTaskCache. It will be convenient if EggTaskCache accepts NULL as key_copy_func and key_destroy_func, instead of me having to pass a pair of dummies from the application.
Created attachment 346893 [details] [review] egg-task-cache: Allow NULL as key_copy_func and key_destroy_func
Review of attachment 346893 [details] [review]: Cool, LGTM
Attachment 346893 [details] pushed as 50c0733 - egg-task-cache: Allow NULL as key_copy_func and key_destroy_func