From 6f9e2003e078022eea44a5a8dd075a96d6263fc9 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 18 Oct 2017 23:04:41 +0200 Subject: cli: port mmcli_get_sim 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 c8760872..530d855d 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -57,18 +57,18 @@ MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); -void mmcli_get_sim (GDBusConnection *connection, - const gchar *path_or_index, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMSim *mmcli_get_sim_finish (GAsyncResult *res, - MMManager **manager, - MMObject **object); -MMSim *mmcli_get_sim_sync (GDBusConnection *connection, - const gchar *path_or_index, - MMManager **manager, - MMObject **object); +void mmcli_get_sim (GDBusConnection *connection, + const gchar *path_or_index, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMSim *mmcli_get_sim_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMSim *mmcli_get_sim_sync (GDBusConnection *connection, + const gchar *path_or_index, + MMManager **manager, + MMObject **object); void mmcli_get_sms (GDBusConnection *connection, const gchar *path_or_index, -- cgit v1.2.3-70-g09d2