Home
last modified time | relevance | path

Searched refs:g_cache_remove (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
Dgcache.h56 void g_cache_remove (GCache *cache,
Dgaliasdef.c385 #undef g_cache_remove
386 extern __typeof (g_cache_remove) g_cache_remove __attribute((alias("IA__g_cache_remove"), visibilit…
Dgalias.h382 extern __typeof (g_cache_remove) IA__g_cache_remove __attribute((visibility("hidden")));
383 #define g_cache_remove IA__g_cache_remove macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2351 g_cache_remove
/external/bluetooth/glib/
DChangeLog.pre-2-05701 g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
6183 * gcache.c (g_cache_remove): Test if node is NULL.