虚函数
GioDBusObjectget_interface
自: 2.30
声明 [源]
GDBusInterface*
get_interface (
GDBusObject* object,
const gchar* interface_name
)
返回值
类型: GDBusInterface
NULL
如果未找到,否则返回一个必须使用 g_object_unref()
释放的 GDBusInterface
。
调用该方法的调用者将拥有返回的数据,并负责释放它。 |
返回值可能为 NULL 。 |