Cache.keyForeach

Warning g_cache_key_foreach has been deprecated since version 2.32 and should not be used in newly-written code. Use a GHashTable instead Calls the given function for each of the keys in the GCache. NOTE func is passed three parameters, the value and key of a cache entry and the user_data. The order of value and key is different from the order in which g_hash_table_foreach() passes key-value pairs to its callback function !

class Cache
void
keyForeach

Parameters

func GHFunc

the function to call with each GCache key

userData void*

user data to pass to the function

Meta