diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-29 10:47:53 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-05 19:15:14 +0200 |
commit | 212d00c529ee07131bf3b71a8759dca49292c059 (patch) | |
tree | f84e015d4e2b676c865b68e408651623a317dc2e /introspection | |
parent | 4dc8d1ff3a88a54707e75859619b020780de2f79 (diff) |
api,instrospection: rename 'Bands' to 'CurrentBands'
... and 'SetBands()' to 'SetCurrentBands()'.
We'll keep the 'Current' keyword in those properties which also have
'Supported' values.
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: |