diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-07 09:52:48 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-07 09:52:48 -0800 |
commit | ba977cd52966a15b74b261bf6cf370f535ed8d29 (patch) | |
tree | 796183c6bc28ad3dd73f50c25352ebadcdccea7f | |
parent | 547a9eb9c016dd528a4a275a52da39a24f775a13 (diff) |
api: readability fixes
-rw-r--r-- | introspection/mm-modem-gsm-card.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/introspection/mm-modem-gsm-card.xml b/introspection/mm-modem-gsm-card.xml index ad9348d3..708d5c9a 100644 --- a/introspection/mm-modem-gsm-card.xml +++ b/introspection/mm-modem-gsm-card.xml @@ -96,11 +96,17 @@ </method> <property name="SupportedBands" type="u" access="read" tp:type="MM_MODEM_GSM_BAND"> - <tp:docstring>Bands supported by the card. (Note for plugin writers: returned value must not contain ANY)</tp:docstring> + <tp:docstring> + Bands supported by the card. (Note for plugin writers: + returned value must not contain ANY) + </tp:docstring> </property> <property name="SupportedModes" type="u" access="read" tp:type="MM_MODEM_GSM_MODE"> - <tp:docstring>Network selection modes supported by the card. (Note for plugin writers: returned value must not contain ANY)</tp:docstring> + <tp:docstring> + Network selection modes supported by the card. (Note for plugin writers: + returned value must not contain ANY) + </tp:docstring> </property> </interface> |