API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自:2.30
void g_dbus_interface_info_cache_build ( GDBusInterfaceInfo* info )
构建一个查找缓存以加速 g_dbus_interface_info_lookup_method(),g_dbus_interface_info_lookup_signal() 和 g_dbus_interface_info_lookup_property() 的调用。
g_dbus_interface_info_lookup_signal()
如果已经用 info 调用了本函数,则使用现有的缓存并增加其使用计数。
info
请注意,在调用 g_dbus_interface_info_cache_release() 之前,不能修改 info。
g_dbus_interface_info_cache_release()