diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 4 | ||||
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml index 6e3d3163..ae50387f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -52,7 +52,7 @@ given as a string value (signature <literal>"s"</literal>). </listitem> </varlistentry> - <varlistentry><term><literal>"bands"</literal></term> + <varlistentry><term><literal>"current-bands"</literal></term> <listitem> List of <link linkend="MMModemBand">MMModemBand</link> values, to specify all the bands allowed in the modem, given as a list of @@ -165,7 +165,7 @@ (signature <literal>"u"</literal>). </listitem> </varlistentry> - <varlistentry><term><literal>"bands"</literal></term> + <varlistentry><term><literal>"current-bands"</literal></term> <listitem> List of <link linkend="MMModemBand">MMModemBand</link> values, given only when registered, as a list of diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 48b51514..0f8364b7 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -150,13 +150,13 @@ </method> <!-- - SetBands: + SetCurrentBands: @bands: List of <link linkend="MMModemBand">MMModemBand</link> values, to specify the bands to be used. Set the radio frequency and technology bands the device is currently allowed to use when connecting to a network. --> - <method name="SetBands"> + <method name="SetCurrentBands"> <arg name="bands" type="au" direction="in" /> </method> @@ -460,7 +460,7 @@ <property name="SupportedBands" type="au" access="read" /> <!-- - Bands: + CurrentBands: List of <link linkend="MMModemBand">MMModemBand</link> values, specifying the radio frequency and technology bands the device is @@ -468,7 +468,7 @@ It must be a subset of #org.freedesktop.ModemManager1.Modem:SupportedBands. --> - <property name="Bands" type="au" access="read" /> + <property name="CurrentBands" type="au" access="read" /> <!-- SupportedIpFamilies: |