diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 21:29:52 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:30 +0100 |
commit | 52538defe11747e5f953275d346bfbd647756651 (patch) | |
tree | 08da2e3f68c216a11e36e1d74e3d1949741c30f8 | |
parent | 1010c3be4e06eea0ef125fb64d3e2d23d77ac923 (diff) |
api,bearer: specify how 'allow-roaming' works
This is never part of profile settings, it's a volatile configuration
applicable to the connection attempt ongoing with the given bearer
settings.
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 9d8590aa..6ba352fa 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -542,8 +542,12 @@ <varlistentry><term><literal>"allow-roaming"</literal></term> <listitem> Specifies whether the connections are allowed even when the device - is registered in a roaming network, given as a boolean value (signature - <literal>"b"</literal>). + is registered in a roaming (partner or non-partner) network, given as + a boolean value (signature <literal>"b"</literal>). This setting + applies only to the connection attempts started via + <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Simple.Connect">Simple.Connect()</link> + or <link linkend="gdbus-method-org-freedesktop-ModemManager1-Bearer.Connect">Bearer.Connect()</link>. + This is a volatile setting, never stored in the device. </listitem> </varlistentry> <varlistentry><term><literal>"multiplex"</literal></term> |