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