diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-10 14:07:35 +0200 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-12 10:42:37 +0200 |
commit | 74599e695b29caebbd42ad024d82ada71ded3540 (patch) | |
tree | d31c52d01c1fc4c14068c2569ed0ed82a0f97c4d /introspection/org.freedesktop.ModemManager1.Sim.xml | |
parent | 82a9f16fa46cd0f625ff2d39d4f4f4212e464f52 (diff) |
sim-qmi,libmm-glib: QMI implementation of get/set preferred networks
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Sim.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index 13a385a7..d4943b04 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -74,7 +74,10 @@ and an <link linkend="MMModemAccessTechnology">MMModemAccessTechnology</link> mask to store to SIM card if supported. - This method removes any pre-existing entries of the preferred network list. + This method removes any pre-existing entries of the preferred network list. Note + that even if this operation fails, the preferred network list on the SIM card may + have changed. Read the <link linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.PreferredNetworks"> + PreferredNetworks</link> property to get the up-to-date list. --> <method name="SetPreferredNetworks"> <arg name="preferred_networks" type="a(su)" direction="in" /> |