Skip to content

Commit 15fdfc3

Browse files
authored
feat(dbus): sync Lastore1.Updater XML introspection with implementation (#346)
- Add `CleanTransmissionFiles` method - Add `P2PUpdateSupport` property (read-only) - Add `P2PUpdateEnable` property (read-write)
1 parent 97153ce commit 15fdfc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

usr/share/dbus-1/interfaces/org.deepin.dde.Lastore1.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@
175175
<method name="SetP2PUpdateEnable">
176176
<arg type="b" direction="in"></arg>
177177
</method>
178+
<method name="CleanTransmissionFiles">
179+
</method>
178180
<method name="SetUpdateNotify">
179181
<arg type="b" direction="in"></arg>
180182
</method>
@@ -195,6 +197,8 @@
195197
<property name="UpdatablePackages" type="as" access="read"></property>
196198
<property name="AutoInstallUpdates" type="b" access="read"></property>
197199
<property name="UpdateNotify" type="b" access="read"></property>
200+
<property name="P2PUpdateEnable" type="b" access="read"></property>
201+
<property name="P2PUpdateSupport" type="b" access="read"></property>
198202
<property name="ClassifiedUpdatablePackages" type="{sas}" access="read"></property>
199203
<property name="DownloadSpeedLimitConfig" type="s" access="read"></property>
200204
<property name="IdleDownloadConfig" type="s" access="read"></property>

0 commit comments

Comments
 (0)