diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-10-18 23:04:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-11-03 11:55:04 +0100 |
commit | 6f9e2003e078022eea44a5a8dd075a96d6263fc9 (patch) | |
tree | 06ea60a8e58ed3286d6c30c1dafa0d63e3843e46 /cli/mmcli-common.h | |
parent | 050eb46f51988d3e7f51d5d2a413809435cc954d (diff) |
cli: port mmcli_get_sim to GTask
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 24 |
1 files changed, 12 insertions, 12 deletions
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, |