diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-09 11:27:33 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2019-01-03 18:53:52 +0000 |
commit | edf8d349390ec5be8d35f6e7105cde483849aae0 (patch) | |
tree | d879ed01e02ccacac3aad74ef0e7dce6e1e0438e | |
parent | 55c3026643ee6c75c0a68171abd884edf035b9ba (diff) |
api,firmware: remove unimplemented Install() method details
-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> |