diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-21 17:12:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:17 +0100 |
commit | f7390c328bfb8690802e317f503a5bff5116fd84 (patch) | |
tree | 6bb3f295556f7cdf0a3496a4b73b2fe1f9628de3 | |
parent | 60e824bd5994a1c27df222219ef9a3837c143519 (diff) |
api,dbus: use long property names in the CDMA DBus interface
-rw-r--r-- | new/org.freedesktop.ModemManager1.Modem.Cdma.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.Cdma.xml b/new/org.freedesktop.ModemManager1.Modem.Cdma.xml index 730a3c98..fda3790d 100644 --- a/new/org.freedesktop.ModemManager1.Modem.Cdma.xml +++ b/new/org.freedesktop.ModemManager1.Modem.Cdma.xml @@ -92,11 +92,11 @@ </tp:docstring> </property> - <property name="Cdma1xRegState" type="u" access="read" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"> + <property name="Cdma1xRegistrationState" type="u" access="read" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"> <tp:docstring>CDMA 1x registration state.</tp:docstring> </property> - <property name="EvdoRegState" type="u" access="read" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"> + <property name="EvdoRegistrationState" type="u" access="read" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"> <tp:docstring>EVDO registration state.</tp:docstring> </property> |