CacheDupFunc

Specifies the type of the key_dup_func function passed to glib.cache.Cache.new_. The function is passed a key (__not__ a value as the prototype implies) and should return a duplicate of the key.

More...
alias CacheDupFunc = void* delegate
(
void* value
)

Return Value

a copy of the #GCache key

Detailed Description

Deprecated: Use a #GHashTable instead