diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-01 09:54:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:59 +0100 |
commit | 03ee0b44f68fe081e85240f3c9e3a3ed83e5698b (patch) | |
tree | d880348cd039317bcf2b9ad318fd11e2293b36c1 /src/mm-iface-modem-messaging.h | |
parent | fba16a2a2c1bccf8bef6181b09fda07752f8f7a2 (diff) |
iface-modem-messaging: new property to handle the list of SMS objects
Diffstat (limited to 'src/mm-iface-modem-messaging.h')
-rw-r--r-- | src/mm-iface-modem-messaging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.h b/src/mm-iface-modem-messaging.h index 95527778..5a06ec90 100644 --- a/src/mm-iface-modem-messaging.h +++ b/src/mm-iface-modem-messaging.h @@ -27,6 +27,7 @@ #define MM_IFACE_MODEM_MESSAGING_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_IFACE_MODEM_MESSAGING, MMIfaceModemMessaging)) #define MM_IFACE_MODEM_MESSAGING_DBUS_SKELETON "iface-modem-messaging-dbus-skeleton" +#define MM_IFACE_MODEM_MESSAGING_SMS_LIST "iface-modem-messaging-sms-list" typedef struct _MMIfaceModemMessaging MMIfaceModemMessaging; |