diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-20 22:26:23 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-11-03 11:55:03 +0100 |
commit | 6bf046b6fc0b0704081a8d1e7c063d422747e839 (patch) | |
tree | 188df601f95551e1c1a5d52901191a285faca917 /cli/mmcli-common.h | |
parent | 71f0fc6821fd0c5fc67f99e2588bf4e9fd5bd396 (diff) |
cli: port mmcli_get_manager to GTask
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index f38429b7..b7341205 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -26,12 +26,12 @@ #define _LIBMM_INSIDE_MMCLI #include <libmm-glib.h> -void mmcli_get_manager (GDBusConnection *connection, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMManager *mmcli_get_manager_finish (GAsyncResult *res); -MMManager *mmcli_get_manager_sync (GDBusConnection *connection); +void mmcli_get_manager (GDBusConnection *connection, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMManager *mmcli_get_manager_finish (GAsyncResult *res); +MMManager *mmcli_get_manager_sync (GDBusConnection *connection); void mmcli_get_modem (GDBusConnection *connection, |