Home
last modified time | relevance | path

Searched refs:GEqualFunc (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/glib/glib/
Dghash.h61 GEqualFunc key_equal_func);
63 GEqualFunc key_equal_func,
Dgcache.h52 GEqualFunc key_equal_func);
Dgrel.h74 GEqualFunc key_equal_func);
Dghash.c62 GEqualFunc key_equal_func;
480 GEqualFunc key_equal_func) in g_hash_table_new()
505 GEqualFunc key_equal_func, in g_hash_table_new_full()
Dgtypes.h85 typedef gboolean (*GEqualFunc) (gconstpointer a, typedef
/external/bluetooth/glib/gio/
Dgfilemonitor.c258 monitor->priv->rate_limiter = g_hash_table_new_full (g_file_hash, (GEqualFunc)g_file_equal, in g_file_monitor_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2013 GEqualFunc
/external/bluetooth/glib/docs/reference/
DChangeLog4010 and document GEqualFunc in GHashTable.
4014 (GCompareFunc -> GEqualFunc).
/external/bluetooth/glib/
DChangeLog.pre-2-04611 Introduced new function type GEqualFunc to return TRUE for equal
4614 that technically GCompareFunc and GEqualFunc are still the same
4618 gboolean to be really become GEqualFunc.
/external/bluetooth/glib/gobject/
DChangeLog3530 standard conformance now that GEqualFunc is introduced.