alias GLib::CacheDupFunc
Overview
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.
Alias Definition
-> Pointer(Void)