Searched refs:GEqualFunc (Results 1 – 10 of 10) sorted by relevance
61 GEqualFunc key_equal_func);63 GEqualFunc key_equal_func,
52 GEqualFunc key_equal_func);
74 GEqualFunc key_equal_func);
62 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()
85 typedef gboolean (*GEqualFunc) (gconstpointer a, typedef
258 monitor->priv->rate_limiter = g_hash_table_new_full (g_file_hash, (GEqualFunc)g_file_equal, in g_file_monitor_init()
2013 GEqualFunc
4010 and document GEqualFunc in GHashTable.4014 (GCompareFunc -> GEqualFunc).
4611 Introduced new function type GEqualFunc to return TRUE for equal4614 that technically GCompareFunc and GEqualFunc are still the same4618 gboolean to be really become GEqualFunc.
3530 standard conformance now that GEqualFunc is introduced.