Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusintrospection.c1887 GHashTable *signal_name_to_data; member
1898 g_hash_table_unref (cache->signal_name_to_data); in info_cache_free()
1990 result = g_hash_table_lookup (cache->signal_name_to_data, name); in g_dbus_interface_info_lookup_signal()
2105 cache->signal_name_to_data = g_hash_table_new (g_str_hash, g_str_equal); in g_dbus_interface_info_cache_build()
2110 g_hash_table_insert (cache->signal_name_to_data, info->signals[n]->name, info->signals[n]); in g_dbus_interface_info_cache_build()