diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-29 10:38:48 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:29 +0100 |
commit | d1072bda54344ed16a1dfbad27b6583dd73c25cc (patch) | |
tree | 8287d8f12873613038c42b6e6cbc463fb31de0b6 /src/mm-iface-modem-3gpp.h | |
parent | 68044fb01e6e7e84c4c3a53944e007167c89ab54 (diff) |
iface-modem: new RegistrationState property, bound to the one in DBus
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r-- | src/mm-iface-modem-3gpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h index 8617ad5e..2fddec6a 100644 --- a/src/mm-iface-modem-3gpp.h +++ b/src/mm-iface-modem-3gpp.h @@ -27,6 +27,7 @@ #define MM_IFACE_MODEM_3GPP_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_IFACE_MODEM_3GPP, MMIfaceModem3gpp)) #define MM_IFACE_MODEM_3GPP_DBUS_SKELETON "iface-modem-3gpp-dbus-skeleton" +#define MM_IFACE_MODEM_3GPP_REGISTRATION_STATE "iface-modem-3gpp-registration-state" typedef struct _MMIfaceModem3gpp MMIfaceModem3gpp; |