函数
GioBusNameVanishedCallback
自2.26起有效
声明
void
(* GBusNameVanishedCallback) (
GDBusConnection* connection,
const gchar* name,
gpointer user_data
)
参数
connection
-
类型:
GDBusConnection
正在监视名称的
GDBusConnection
,或NULL
。数据由函数的调用者所有。 name
-
类型:
const gchar*
正在监视的名称。
数据由函数的调用者所有。 该值是NUL终止的UTF-8字符串。 user_data
-
类型:
gpointer
传递给 g_bus_watch_name() 的用户数据。
参数可以 NULL
。数据由函数的调用者所有。