dde-dock/frame/dbusinterface/xml/org.deepin.daemon.Display.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

84 lines
4.0 KiB
XML

<interface name="com.deepin.daemon.Display">
<method name="ApplyChanges"></method>
<method name="AssociateTouch">
<arg type="s" direction="in"></arg>
<arg type="s" direction="in"></arg>
</method>
<method name="AssociateTouchByUUID">
<arg type="s" direction="in"></arg>
<arg type="s" direction="in"></arg>
</method>
<method name="ChangeBrightness">
<arg type="b" direction="in"></arg>
</method>
<method name="DeleteCustomMode">
<arg type="s" direction="in"></arg>
</method>
<method name="GetRealDisplayMode">
<arg type="y" direction="out"></arg>
</method>
<method name="ListOutputNames">
<arg type="as" direction="out"></arg>
</method>
<method name="ListOutputsCommonModes">
<arg type="a(uqqd)" direction="out"></arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ResolutionList"/>
</method>
<method name="ModifyConfigName">
<arg type="s" direction="in"></arg>
<arg type="s" direction="in"></arg>
</method>
<method name="RefreshBrightness"></method>
<method name="Reset"></method>
<method name="ResetChanges"></method>
<method name="Save"></method>
<method name="SetAndSaveBrightness">
<arg type="s" direction="in"></arg>
<arg type="d" direction="in"></arg>
</method>
<method name="SetBrightness">
<arg type="s" direction="in"></arg>
<arg type="d" direction="in"></arg>
</method>
<method name="SetPrimary">
<arg type="s" direction="in"></arg>
</method>
<method name="SwitchMode">
<arg type="y" direction="in"></arg>
<arg type="s" direction="in"></arg>
</method>
<method name="SetMethodAdjustCCT">
<arg type="i" direction="in"></arg>
</method>
<method name="SetColorTemperature">
<arg type="i" direction="in"></arg>
</method>
<property name="HasChanged" type="b" access="read"></property>
<property name="DisplayMode" type="y" access="read"></property>
<property name="ScreenWidth" type="q" access="read"></property>
<property name="ScreenHeight" type="q" access="read"></property>
<property name="Primary" type="s" access="read"></property>
<property name="CurrentCustomId" type="s" access="read"></property>
<property name="CustomIdList" type="as" access="read"></property>
<property name="MaxBacklightBrightness" type="u" access="read"></property>
<property name="PrimaryRect" type="(nnqq)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="ScreenRect"/>
</property>
<property name="Monitors" type="ao" access="read"></property>
<property name="Brightness" type="a{sd}" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="BrightnessMap"/>
</property>
<property name="Touchscreens" type="a(isss)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="TouchscreenInfoList"/>
</property>
<property name="TouchscreensV2" type="a(issss)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="TouchscreenInfoList_V2"/>
</property>
<property name="TouchMap" type="a{ss}" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="TouchscreenMap"/>
</property>
<property name="ColorTemperatureMode" type="i" access="read"></property>
<property name="ColorTemperatureManual" type="i" access="read"></property>
</interface>