diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-07 09:53:28 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-07 09:53:28 -0800 |
commit | 8fcc5b7fe2458eee7b1ca0a7a39cbc710ea48b60 (patch) | |
tree | 100fe6526989af6ce69720b9e045b86b00f76efe | |
parent | e7dd2926a3ba1cf6129996ec63accee7fa1ad155 (diff) |
api: more clearly document modes and bands
-rw-r--r-- | introspection/mm-modem-gsm.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/introspection/mm-modem-gsm.xml b/introspection/mm-modem-gsm.xml index 25180eec..579899cc 100644 --- a/introspection/mm-modem-gsm.xml +++ b/introspection/mm-modem-gsm.xml @@ -3,6 +3,11 @@ <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> <interface name="org.freedesktop.ModemManager.Modem.Gsm"> <tp:flags name="MM_MODEM_GSM_MODE" value-prefix="MM_MODEM_GSM_MODE" type="u"> + <tp:docstring> + A bitfield describing the specifc access modes and technologies + supported by a device, the device's current access mode preference, and + the access technology in-use when connected to a mobile network. + </tp:docstring> <tp:flag suffix="UNKNOWN" value="0x0"> <tp:docstring>Unknown or invalid mode.</tp:docstring> </tp:flag> @@ -46,7 +51,9 @@ <tp:flags name="MM_MODEM_GSM_BAND" value-prefix="MM_MODEM_GSM_BAND" type="u"> <tp:docstring> - GSM network and device bands. + A bitfield describing the specific radio bands supported by the device + and the radio bands the device is allowed to use when connecting to a + mobile network. </tp:docstring> <tp:flag suffix="UNKNOWN" value="0x0"> <tp:docstring>Unknown or invalid band</tp:docstring> |