api,modem: fix alignment in SetPrimarySimSlot()

This commit is contained in:
Aleksander Morgado
2022-01-04 14:36:54 +01:00
parent 91ed72aa29
commit bae2f3b204

View File

@@ -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
-->