aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-10-18 22:44:16 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-11-03 11:55:03 +0100
commit050eb46f51988d3e7f51d5d2a413809435cc954d (patch)
tree0d256ac10785cc3973a67e5dca190e2b8a20abd5 /cli/mmcli-common.h
parentf94a93d66abf47a2528ade5b1847e1b7b5071dc0 (diff)
cli: port mmcli_get_sms to GTask
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h24
1 files changed, 12 insertions, 12 deletions
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,