diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-04 17:21:41 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-04 17:21:41 -0600 |
commit | 6c56db07fc3439f54ce6606e14be8963c62f12cc (patch) | |
tree | 5b4e52e1b768d00827a0a72fb72d68773c44172f /src/mm-modem-cdma.h | |
parent | b0cd9288c260a821003a6259c78397d3ab7846a1 (diff) |
cdma: fix segfault by handling MEID property
Also, MEID->Meid to follow standard D-Bus property semantics.
Diffstat (limited to 'src/mm-modem-cdma.h')
-rw-r--r-- | src/mm-modem-cdma.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-modem-cdma.h b/src/mm-modem-cdma.h index 89751518..4d30386a 100644 --- a/src/mm-modem-cdma.h +++ b/src/mm-modem-cdma.h @@ -35,6 +35,14 @@ typedef enum { #define MM_MODEM_CDMA_REGISTRATION_STATE_CHANGED "registration-state-changed" +#define MM_MODEM_CDMA_MEID "meid" + +typedef enum { + MM_MODEM_CDMA_PROP_FIRST = 0x1200, + + MM_MODEM_CDMA_PROP_MEID = MM_MODEM_CDMA_PROP_FIRST, +} MMModemCdmaProp; + typedef struct _MMModemCdma MMModemCdma; typedef void (*MMModemCdmaServingSystemFn) (MMModemCdma *modem, |