Cache.remove

Warning g_cache_remove has been deprecated since version 2.32 and should not be used in newly-written code. Use a GHashTable instead 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().

class Cache
void
remove
(
void* value
)

Parameters

value void*

the value to remove

Meta