方法
GioDBusConnection取消导出操作组
自:2.32
声明 [源]
void
g_dbus_connection_unexport_action_group (
GDBusConnection* connection,
guint export_id
)
描述 [源]
逆转之前调用 g_dbus_connection_export_action_group()
的效果。
使用未从 g_dbus_connection_export_action_group()
返回的 ID 调用此函数或多次使用相同的 ID 调用此函数是错误的。
自:2.32
参数
export_id
-
类型:
guint
来自
g_dbus_connection_export_action_group()
的 ID。