方法

GioDBusObjectSkeletonremove_interface_by_name

自从:2.30

声明 [源代码]

void
g_dbus_object_skeleton_remove_interface_by_name (
  GDBusObjectSkeleton* object,
  const gchar* interface_name
)

描述 [源代码]

从对象中移除具有 interface_nameGDBusInterface

如果不存在具有给定接口名的 D-Bus 接口,则此函数不做任何事情。

自从:2.30

参数

interface_name

类型: const gchar*

D-Bus 接口名。

数据由方法调用者拥有。
值是一个以 NUL 结束的 UTF-8 字符串。