diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-30 15:01:18 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-01 15:23:11 +0200 |
commit | a9f4ea9f812760dcc71a8381084c106e1f819787 (patch) | |
tree | bb1c9d280c1b8831bdf534dd18f7b175115076f5 | |
parent | 40406693b61cb0ca601815f1478c773d6bbe9233 (diff) |
api: rename MM_MODEM_ALLOWED_MODE to MM_MODEM_MODE
Makes more sense to have the enum named just as 'mode', as it applies to both
Supported and Allowed.
-rw-r--r-- | new/org.freedesktop.ModemManager1.Modem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.xml b/new/org.freedesktop.ModemManager1.Modem.xml index 31301401..55a52aa8 100644 --- a/new/org.freedesktop.ModemManager1.Modem.xml +++ b/new/org.freedesktop.ModemManager1.Modem.xml @@ -111,7 +111,7 @@ </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_set_allowed_mode"/> - <arg name="mode" type="u" tp:type="MM_MODEM_ALLOWED_MODE"> + <arg name="mode" type="u" tp:type="MM_MODEM_MODE"> <tp:docstring> Bitmask of all the modes allowed in the modem. </tp:docstring> @@ -288,7 +288,7 @@ </tp:docstring> </property> - <property name="AllowedModes" type="u" access="read" tp:type="MM_MODEM_ALLOWED_MODE"> + <property name="AllowedModes" type="u" access="read" tp:type="MM_MODEM_MODE"> <tp:docstring> The access technologies (eg 2G/3G/4G preference) the device is currently allowed to use when connecting to a network. For POTS devices, only the @@ -296,7 +296,7 @@ </tp:docstring> </property> - <property name="SupportedModes" type="u" access="read" tp:type="MM_MODEM_ALLOWED_MODE"> + <property name="SupportedModes" type="u" access="read" tp:type="MM_MODEM_MODE"> <tp:docstring> Access technology selection modes supported by the device. For POTS devices, only the "any" mode will be returned. @@ -490,7 +490,7 @@ </tp:enumvalue> </tp:enum> - <tp:enum name="MM_MODEM_ALLOWED_MODE" type="u"> + <tp:enum name="MM_MODEM_MODE" type="u"> <tp:docstring> Describes the device's current access mode preference; ie the specific technology preferences the device is allowed to use when connecting to |