aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sms.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-sms.h')
-rw-r--r--libmm-glib/mm-sms.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/libmm-glib/mm-sms.h b/libmm-glib/mm-sms.h
index 1cb9445a..45cbfb87 100644
--- a/libmm-glib/mm-sms.h
+++ b/libmm-glib/mm-sms.h
@@ -73,18 +73,19 @@ gboolean mm_sms_store_sync (MMSms *self,
GCancellable *cancellable,
GError **error);
-const gchar *mm_sms_get_text (MMSms *self);
-gchar *mm_sms_dup_text (MMSms *self);
-const gchar *mm_sms_get_number (MMSms *self);
-gchar *mm_sms_dup_number (MMSms *self);
-const gchar *mm_sms_get_smsc (MMSms *self);
-gchar *mm_sms_dup_smsc (MMSms *self);
-const gchar *mm_sms_get_timestamp (MMSms *self);
-gchar *mm_sms_dup_timestamp (MMSms *self);
-guint mm_sms_get_validity (MMSms *self);
-guint mm_sms_get_class (MMSms *self);
-MMSmsState mm_sms_get_state (MMSms *self);
-MMSmsStorage mm_sms_get_storage (MMSms *self);
+const gchar *mm_sms_get_text (MMSms *self);
+gchar *mm_sms_dup_text (MMSms *self);
+const gchar *mm_sms_get_number (MMSms *self);
+gchar *mm_sms_dup_number (MMSms *self);
+const gchar *mm_sms_get_smsc (MMSms *self);
+gchar *mm_sms_dup_smsc (MMSms *self);
+const gchar *mm_sms_get_timestamp (MMSms *self);
+gchar *mm_sms_dup_timestamp (MMSms *self);
+guint mm_sms_get_validity (MMSms *self);
+guint mm_sms_get_class (MMSms *self);
+gboolean mm_sms_get_delivery_report_request (MMSms *self);
+MMSmsState mm_sms_get_state (MMSms *self);
+MMSmsStorage mm_sms_get_storage (MMSms *self);
G_END_DECLS