Function
GLibCacheDupFunc
deprecated: 2.32
Description [src]
Specifies the type of the key_dup_func
function passed to
g_cache_new(). The function is passed a key
(not a value as the prototype implies) and
should return a duplicate of the key.
Deprecated since: 2.32
Use a GHashTable
instead.