diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 13:07:29 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:02 +0100 |
commit | b61c94016afe8a598f3b7f576430f790c6898a4f (patch) | |
tree | 39b72a452ac975db2504ef196085be5357cd791a /libmm-glib/mm-modem-messaging.h | |
parent | 8a4a7ca4dcd7d92d964733c5c30865354a7a6f82 (diff) |
api,dbus: remove the option to send the SMS in the Create() call
An SMS must be first created with the Messaging interface, and then sent using the
Send() method from the SMS-specific interface.
Diffstat (limited to 'libmm-glib/mm-modem-messaging.h')
-rw-r--r-- | libmm-glib/mm-modem-messaging.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-messaging.h b/libmm-glib/mm-modem-messaging.h index f4243886..7c3c4e53 100644 --- a/libmm-glib/mm-modem-messaging.h +++ b/libmm-glib/mm-modem-messaging.h @@ -41,7 +41,6 @@ gchar *mm_modem_messaging_dup_path (MMModemMessaging *self); void mm_modem_messaging_create (MMModemMessaging *self, MMSmsProperties *properties, - gboolean send, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); @@ -50,7 +49,6 @@ MMSms *mm_modem_messaging_create_finish (MMModemMessaging *self, GError **error); MMSms *mm_modem_messaging_create_sync (MMModemMessaging *self, MMSmsProperties *properties, - gboolean send, GCancellable *cancellable, GError **error); |