Cache.valueForeach

Calls the given function for each of the values in the #GCache.

More...
class Cache
void
valueForeach

Parameters

func glib.types.HFunc

the function to call with each #GCache value

Detailed Description

Deprecated: The reason is that it passes pointers to internal data structures to func; use glib.cache.Cache.keyForeach instead