Function
GLibCacheNewFunc
deprecated: 2.32
Description [src]
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.
Deprecated since: 2.32
Use a GHashTable
instead.