diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Bearer.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 54411fcd..9d8590aa 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -511,6 +511,17 @@ connection attempt. Since 1.20. </para></listitem> </varlistentry> + <varlistentry><term><literal>"profile-enabled"</literal></term> + <listitem><para> + Boolean flag specifying whether the profile is enabled or disabled, + given as a boolean value (signature <literal>"b"</literal>). + Profiles that are disabled will not be automatically connected by the + modem in any way, and attempting to connect them explicitly will fail. + This setting only applies on profile management operations, it should + not be used as part of the settings of an explicit connection attempt. + Since 1.20. + </para></listitem> + </varlistentry> </variablelist> The following settings apply to 3GPP2 (CDMA/EVDO) devices: |