Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusconnection.c439 GHashTable *map_id_to_es; /* guint -> ExportedSubtree* */ member
681 g_hash_table_unref (connection->map_id_to_es); in g_dbus_connection_finalize()
1092 connection->map_id_to_es = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()
4138 else if (subtree_registration_id != 0 && g_hash_table_lookup (connection->map_id_to_es, in has_object_been_unregistered()
6930 g_hash_table_insert (connection->map_id_to_es, in g_dbus_connection_register_subtree()
6970 es = g_hash_table_lookup (connection->map_id_to_es, in g_dbus_connection_unregister_subtree()
6975 g_warn_if_fail (g_hash_table_remove (connection->map_id_to_es, GUINT_TO_POINTER (es->id))); in g_dbus_connection_unregister_subtree()