Cache.valueForeach

void valueForeach(glib.types.HFunc func)

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

Parameters

functhe function to call with each #GCache value

Deprecated

The reason is that it passes pointers to internal

data structures to func; use [glib.cache.Cache.keyForeach] instead