diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 16:43:43 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 18:52:39 +0200 |
commit | 0d00ee28be0e82227dd6795ab62669944fb7076f (patch) | |
tree | 059e90b9452c2e57c7c2b87697cd701bca576549 /introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | |
parent | d84b4f634eac8e5aca8243824243e8c017c11f13 (diff) |
api,libmm-glib: use a 'unique-id' as ID of the firmware image, not a 'name'
Also, make only the 'unique-id' mandatory.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index e46478fe..31576518 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -34,15 +34,15 @@ will only expose only the mandatory properties. </listitem> </varlistentry> - <varlistentry><term><literal>"name"</literal></term> + <varlistentry><term><literal>"unique-id"</literal></term> <listitem> - (Required) A user-readable name for the firmware image, given as a + (Required) A user-readable unique ID for the firmware image, given as a string value (signature <literal>"s"</literal>). </listitem> </varlistentry> <varlistentry><term><literal>"version"</literal></term> <listitem> - (Required) The version of the firmware, given as a string value + (Optional) The version of the firmware, given as a string value (signature <literal>"s"</literal>). The format is unspecified; tools attempting to upgrade firmware automatically must understand the versioning scheme used by the modem driver they are @@ -72,7 +72,7 @@ <!-- Select: - @name: The unique name of the firmware image to select. + @uniqueid: The unique ID of the firmware image to select. Selects a different firmware image to use, and immediately resets the modem so that it begins using the new firmware image. @@ -83,7 +83,7 @@ or if the image could not be selected for some reason. --> <method name="Select"> - <arg name="name" type="s" direction="in" /> + <arg name="uniqueid" type="s" direction="in" /> </method> <!-- |