API Version: 2.0
Library Version: 2.79.3
Generated by gi-docgen 2023.3
deprecated: 2.32
void g_cache_remove ( GCache* cache, gconstpointer value )
Decreases the reference count of the given value. If it drops to 0 then the value and its corresponding key are destroyed, using the value_destroy_func and key_destroy_func passed to g_cache_new().
value_destroy_func
key_destroy_func
Deprecated since: 2.32
Use a GHashTable instead.
GHashTable
value
Type: gconstpointer
gconstpointer
The value to remove.
NULL