虚拟方法
GioDBusObjectManagerget_interface
自 2.30 起可用
声明 [源]
GDBusInterface*
get_interface (
GDBusObjectManager* manager,
const gchar* object_path,
const gchar* interface_name
)
参数
object_path
-
类型:
const gchar*
要查找的对象路径。
数据由方法调用者所有。 值是一个以 NUL 结尾的 UTF-8 字符串。 interface_name
-
类型:
const gchar*
要查找的 D-Bus 接口名称。
数据由方法调用者所有。 值是一个以 NUL 结尾的 UTF-8 字符串。
返回值
类型: GDBusInterface
GDBusInterface
实例或 NULL
。使用 g_object_unref() 释放。
方法调用者将获取返回数据的所有权,并负责释放它。 |
返回值可以是 NULL 。 |