diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 00:22:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | 3ccc78e8588acec9632863d30e310cdc76ad8598 (patch) | |
tree | dbf0d5777866b07d571d2167d350e7385677a463 /introspection | |
parent | 036711eb1cea191e7acc3c3858eebef850238fa6 (diff) |
api: `UnlockRetries' will reply a list of per-lock retry counts
Equivalent to `PinRetryCount' in the previous API. We don't have an additional
property for the retry count of the current lock, as it really is duplicating
information.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 8ab5ad75..c3612d47 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -315,22 +315,13 @@ <!-- UnlockRetries: - The number of unlock retries remaining for the lock code given by the - UnlockRequired property (if any), or 999 if the device does not support reporting - unlock retries. - --> - <property name="UnlockRetries" type="u" access="read" /> - - <!-- - PinRetryCounts: - A dictionary in which the keys are <link linkend="MMModemLock">MMModemLock</link> flags, and the values are integers giving the number of PIN tries remaining before the code becomes blocked (requiring a PUK) or permanently blocked. Dictionary entries exist only for the codes for which the modem is able to report retry counts. --> - <property name="PinRetryCounts" type="a{uu}" access="read" /> + <property name="UnlockRetries" type="a{uu}" access="read" /> <!-- State: |