函数
GioBusNameLostCallback
自:2.26
声明
void
(* GBusNameLostCallback) (
GDBusConnection* connection,
const gchar* name,
gpointer user_data
)
参数
connection-
类型:
GDBusConnection要获得名称的
GDBusConnection或如果连接已断开则为NULL。数据由函数的调用者拥有。 name-
类型:
const gchar*要拥有的名称。
数据由函数的调用者拥有。 值是一个以NUL终止的UTF-8字符串。 user_data-
类型:
gpointer传递给
g_bus_own_name()或 g_bus_own_name_on_connection() 的用户数据。该参数可以为 NULL。数据由函数的调用者拥有。