Searched refs:map_id_to_ei (Results 1 – 1 of 1) sorted by relevance
437 GHashTable *map_id_to_ei; /* guint -> ExportedInterface* */ member679 g_hash_table_unref (connection->map_id_to_ei); in g_dbus_connection_finalize()1084 connection->map_id_to_ei = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()4133 if (registration_id != 0 && g_hash_table_lookup (connection->map_id_to_ei, in has_object_been_unregistered()5249 g_hash_table_insert (connection->map_id_to_ei, in g_dbus_connection_register_object()5288 ei = g_hash_table_lookup (connection->map_id_to_ei, in g_dbus_connection_unregister_object()5295 g_warn_if_fail (g_hash_table_remove (connection->map_id_to_ei, GUINT_TO_POINTER (ei->id))); in g_dbus_connection_unregister_object()