Searched refs:debug_objects_ht (Results 1 – 1 of 1) sorted by relevance
197 static GHashTable *debug_objects_ht = NULL; variable219 g_hash_table_foreach (debug_objects_ht, debug_objects_foreach, NULL); in debug_objects_atexit()269 debug_objects_ht = g_hash_table_new (g_direct_hash, NULL); in g_object_type_init()702 g_hash_table_insert (debug_objects_ht, object, object); in g_object_init()753 g_assert (g_hash_table_lookup (debug_objects_ht, object) == object); in g_object_finalize()754 g_hash_table_remove (debug_objects_ht, object); in g_object_finalize()2427 g_assert (g_hash_table_lookup (debug_objects_ht, object) == NULL); in g_object_unref()