diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 12:48:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:02 +0100 |
commit | 714e4ca44b2dc4d877e28d01e9f402fa0d9066a7 (patch) | |
tree | 3d6396dd49ba8ecb363fb87fe4773e2389245e97 /src/mm-iface-modem-messaging.h | |
parent | 186584f26f1aa6699ddc970fa6b85f60a27d1820 (diff) |
sms: export uncomplete multipart messages as well
Uncompleted multipart SMS will be exported to DBus, where only the "state"
property is valid, so that we allow completely removing those uncompleted
multipart SMS which will never get completed due to one reason or another.
Diffstat (limited to 'src/mm-iface-modem-messaging.h')
-rw-r--r-- | src/mm-iface-modem-messaging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-messaging.h b/src/mm-iface-modem-messaging.h index 8a09deb9..20890117 100644 --- a/src/mm-iface-modem-messaging.h +++ b/src/mm-iface-modem-messaging.h @@ -118,6 +118,6 @@ void mm_iface_modem_messaging_bind_simple_status (MMIfaceModemMessaging *self, /* Report new SMS part */ gboolean mm_iface_modem_messaging_take_part (MMIfaceModemMessaging *self, MMSmsPart *sms_part, - gboolean received); + MMSmsState state); #endif /* MM_IFACE_MODEM_MESSAGING_H */ |