方法

GioDBusObjectget_interface

自:2.30

声明 [源]

GDBusInterface*
g_dbus_object_get_interface (
  GDBusObject* object,
  const gchar* interface_name
)

描述 [源]

获取与object相关联的名为interface_name的D-Bus接口,如果有的话。

自:2.30

参数

interface_name

类型: const gchar*

D-Bus接口名称。

数据由方法调用者所有。
该值为以null结尾的UTF-8字符串。

返回值

类型: GDBusInterface

如果没有找到,则为NULL,否则为一个必须使用g_object_unref()释放的GDBusInterface

方法的调用者拥有返回数据,并负责释放它。
返回值可以为NULL