diff options
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index 6030a378..5cb95d19 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -111,25 +111,5 @@ <arg name="uniqueid" type="s" direction="in" /> </method> - <!-- - Install: - @image: The identifier of the firmware image to install. - @slot: The identifier of the slot into which the firmware should be installed. - - Install an available firmware image into a slot. - - It does not guarantee that the image will be installed into the - specified slot, but does guarantee that, if the slot is empty, no - image will be overwritten, and if the slot is not empty, no image - other than the one in that slot will be overwritten. - - The method will fail if either of the identifiers is invalid, or if the - image could not be installed into the slot for some reason. - - <method name="Install"> - <arg name="image" type="s" direction="in" /> - <arg name="slot" type="s" direction="in" /> - </method--> - </interface> </node> |