API Version: 2.0
Library Version: 2.83.2
Generated by gi-docgen 2024.1
deprecated: 2.10
void g_cache_value_foreach ( GCache* cache, GHFunc func, gpointer user_data )
Calls the given function for each of the values in the GCache.
GCache
Deprecated since: 2.10
The reason is that it passes pointers to internal data structures to func; use g_cache_key_foreach() instead.
func
g_cache_key_foreach()
Type: GHFunc
GHFunc
The function to call with each GCache value.
user_data
Type: gpointer
gpointer
User data to pass to the function.
NULL