From 050eb46f51988d3e7f51d5d2a413809435cc954d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 18 Oct 2017 22:44:16 +0200 Subject: cli: port mmcli_get_sms to GTask --- cli/mmcli-common.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'cli/mmcli-common.h') diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 8e058d22..c8760872 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -70,18 +70,18 @@ MMSim *mmcli_get_sim_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); -void mmcli_get_sms (GDBusConnection *connection, - const gchar *path_or_index, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMSms *mmcli_get_sms_finish (GAsyncResult *res, - MMManager **manager, - MMObject **object); -MMSms *mmcli_get_sms_sync (GDBusConnection *connection, - const gchar *path_or_index, - MMManager **manager, - MMObject **object); +void mmcli_get_sms (GDBusConnection *connection, + const gchar *path_or_index, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMSms *mmcli_get_sms_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMSms *mmcli_get_sms_sync (GDBusConnection *connection, + const gchar *path_or_index, + MMManager **manager, + MMObject **object); void mmcli_get_call (GDBusConnection *connection, const gchar *path_or_index, -- cgit v1.2.3-70-g09d2