xml: Remove things that won't be implemented in API version 7

This commit is contained in:
Vicki Pfau 2024-04-03 20:11:14 -07:00
parent cf4d7b9ba9
commit 64129783dd

View file

@ -100,17 +100,6 @@
<arg type="h" name="descriptor" direction="out"/>
</method>
<!--
BIOSUpdateStatus:
Reports whether a BIOS update is available.
Valid states: 0 = Up to date, 1 = Update available
Version available: 7
-->
<property name="BIOSUpdateStatus" type="u" access="read"/>
<!--
UpdateBIOS:
@ -120,30 +109,6 @@
-->
<method name="UpdateBIOS" />
<!--
UpdateBIOSProgressNotification:
@percent_completed: Progress percent completed in the range [0-100]
Emitted whenever significant progress is made.
Version available: 7
-->
<signal name="UpdateBIOSProgressNotification">
<arg name="percent_completed" type="u" />
</signal>
<!--
DockUpdateStatus:
Reports whether a Dock Firmware update is available.
Valid states: 0 = Up to date, 1 = Update available
Version available: 7
-->
<property name="DockUpdateStatus" type="u" access="read"/>
<!--
UpdateDock:
@ -153,19 +118,6 @@
-->
<method name="UpdateDock" />
<!--
UpdateDockProgressNotification:
@percent_completed: Progress percent completed in the range [0-100]
Emitted whenever significant progress is made.
Version available: 7
-->
<signal name="UpdateDockProgressNotification">
<arg name="percent_completed" type="u" />
</signal>
<!--
TrimDevices:
@ -289,21 +241,6 @@
<arg type="u" name="buffer_size" direction="in"/>
</method>
<!--
CaptureWifiDebugTrace:
@path: Output path to write the file
Captures the current contents of the wifi debug trace and dumps it
into @path. The buffers will be emptied and trace capture will resume
after this call returns.
Version available: 7
-->
<method name="CaptureWifiDebugTrace">
<arg type="s" name="path" direction="in"/>
</method>
<!--
WifiBackend: