dde-dock/frame/dbusinterface/xml/org.deepin.daemon.Audio.Sink.xml
donghualin c7826edd46 fix: 删除任务栏对libdframeworkdbus-dev库的依赖
1、删除项目中对libdframeworkdbus-dev库的依赖,通过使用xml2cpp的工具来自动生成dbus接口文件,在使用到dbus库的项目中包含生成文件的目录
2、修改相关服务中v20的接口(com.deepin...)为v23的接口(org.deepin...)

Log:
Influence: 打开控制中心,鼠标移动唤醒任务栏、加载插件等,观察相关功能是否正常
Task: https://pms.uniontech.com/task-view-182009.html
Change-Id: I960c849d06ed271ebbb9f8e479d9879967523581
2022-09-19 11:41:31 +00:00

38 lines
1.5 KiB
XML

<interface name="org.deepin.daemon.Audio1.Sink">
<method name="GetMeter">
<arg type="o" direction="out"/>
</method>
<method name="SetBalance">
<arg type="d" direction="in"/>
<arg type="b" direction="in"/>
</method>
<method name="SetFade">
<arg type="d" direction="in"/>
</method>
<method name="SetMute">
<arg type="b" direction="in"/>
</method>
<method name="SetPort">
<arg type="s" direction="in"/>
</method>
<method name="SetVolume">
<arg type="d" direction="in"/>
<arg type="b" direction="in"/>
</method>
<property name="Name" type="s" access="read"/>\n
<property name="Description" type="s" access="read"/>
<property name="BaseVolume" type="d" access="read"/>
<property name="Mute" type="b" access="read"/>
<property name="Volume" type="d" access="read"/>
<property name="Balance" type="d" access="read"/>
<property name="SupportBalance" type="b" access="read"/>
<property name="Fade" type="d" access="read"/>
<property name="SupportFade" type="b" access="read"/>
<property name="Ports" type="a(ssy)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="AudioPortList"/>
</property>
<property name="ActivePort" type="(ssy)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="AudioPort"/>
</property>
<property name="Card" type="u" access="read"/>
</interface>