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-sms-list.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-sms-list.h')
-rw-r--r-- | src/mm-sms-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sms-list.h b/src/mm-sms-list.h index 609f1173..239ed657 100644 --- a/src/mm-sms-list.h +++ b/src/mm-sms-list.h @@ -63,7 +63,7 @@ guint mm_sms_list_get_count (MMSmsList *self); gboolean mm_sms_list_take_part (MMSmsList *self, MMSmsPart *part, - gboolean received, + MMSmsState state, GError **error); void mm_sms_list_add_sms (MMSmsList *self, |