diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-04 14:36:54 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-06 20:31:29 +0100 |
commit | bae2f3b204dd7243352f78c22f9d4a11807533a7 (patch) | |
tree | 0f766188daf58899f74cd24e39539d0b68597f70 /introspection | |
parent | 91ed72aa29ede06d3a5115128e2267793ca611d4 (diff) |
api,modem: fix alignment in SetPrimarySimSlot()
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 80da06ed..4867841b 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -186,14 +186,14 @@ @sim_slot: SIM slot number to set as primary. Selects which SIM slot to be considered as primary, on devices that expose - multiple slots in the #org.freedesktop.ModemManager1.Modem:SimSlots property. + multiple slots in the #org.freedesktop.ModemManager1.Modem:SimSlots property. When the switch happens the modem may require a full device reprobe, so the modem - object in DBus will get removed, and recreated once the selected SIM slot is in - use. + object in DBus will get removed, and recreated once the selected SIM slot is in + use. There is no limitation on which SIM slot to select, so the user may also set as - primary a slot that doesn't currently have any valid SIM card inserted. + primary a slot that doesn't currently have any valid SIM card inserted. Since: 1.16 --> |