diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-08 14:34:30 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-08 14:34:30 -0800 |
commit | e2c487472e52bc14acd04e93a6d5b7d54a2bcfa5 (patch) | |
tree | ae369def7dff4469fbb7d0d80506d14e8abb1de3 | |
parent | 5e2983484e4ab3a594e63b03d34804d57c0dc292 (diff) |
api: s/AllowedModes/AllowedMode in Gsm.Network
Only one mode is going to be stored here so it shouldn't be plural.
-rw-r--r-- | introspection/mm-modem-gsm-network.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/introspection/mm-modem-gsm-network.xml b/introspection/mm-modem-gsm-network.xml index 03425c6e..82eb177d 100644 --- a/introspection/mm-modem-gsm-network.xml +++ b/introspection/mm-modem-gsm-network.xml @@ -83,7 +83,7 @@ <method name="SetNetworkMode"> <tp:docstring> Set the desired mode the device may use when connecting to a mobile - network (DEPRECATED; see SetAllowedModes instead). + network (DEPRECATED; see SetAllowedMode instead). </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_network_mode"/> @@ -98,7 +98,7 @@ <tp:docstring> Returns the current network mode of the device (DEPRECATED; does not allow returning both the saved mode preference *and* the current access - technology of the device at the same time. See the AllowedModes + technology of the device at the same time. See the AllowedMode property instead). </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> @@ -126,13 +126,13 @@ </arg> </method> - <method name="SetAllowedModes"> + <method name="SetAllowedMode"> <tp:docstring> Set the allowed access technologies to use when connecting to a mobile network. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_allowed_modes"/> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_allowed_mode"/> <arg name="mode" type="u" direction="in" tp:type="MM_MODEM_GSM_MODE"> <tp:docstring> The allowed access technologies. Only one mode flag may be specified, @@ -143,9 +143,9 @@ </arg> </method> - <property name="AllowedModes" type="u" access="read" tp:type="MM_MODEM_GSM_MODE"> + <property name="AllowedMode" type="u" access="read" tp:type="MM_MODEM_GSM_MODE"> <tp:docstring> - The allowed access technologies (eg 2G/3G preference or specific access + The allowed access technologies (eg 2G/3G preference or a specific access technology) to use when connecting to a mobile network. (Note for plugin writers: this value may be ANY) </tp:docstring> |