方法
GioDBusInterfaceInfocache_build
自: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() 的调用。
如果已经用 info
调用了本函数,则使用现有的缓存并增加其使用计数。
请注意,在调用 g_dbus_interface_info_cache_release()
之前,不能修改 info
。
自:2.30