CacheNewFunc

Specifies the type of the value_new_func function passed to glib.cache.Cache.new_. It is passed a #GCache key and should create the value corresponding to the key.

More...
alias CacheNewFunc = void* delegate
(
void* key
)

Return Value

a new #GCache value corresponding to the key.

Detailed Description

Deprecated: Use a #GHashTable instead