alias GLib::CacheNewFunc
Overview
Specifies the type of the value_new_func function passed to g_cache_new(). It is passed a #GCache key and should create the value corresponding to the key.
Alias Definition
-> Pointer(Void)