diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-20 22:34:31 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-11-03 11:55:03 +0100 |
commit | 11e9b727b471c6cc14b121f08b778aca750b176b (patch) | |
tree | 95f8759328153037f5cd9b8dcfe2ecc979ea9d25 /cli/mmcli-common.h | |
parent | 6bf046b6fc0b0704081a8d1e7c063d422747e839 (diff) |
cli: port mmcli_get_modem to GTask
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index b7341205..b9b69990 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -33,17 +33,16 @@ void mmcli_get_manager (GDBusConnection *connection, MMManager *mmcli_get_manager_finish (GAsyncResult *res); MMManager *mmcli_get_manager_sync (GDBusConnection *connection); - -void mmcli_get_modem (GDBusConnection *connection, - const gchar *modem_str, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMObject *mmcli_get_modem_finish (GAsyncResult *res, - MMManager **o_manager); -MMObject *mmcli_get_modem_sync (GDBusConnection *connection, - const gchar *modem_str, - MMManager **o_manager); +void mmcli_get_modem (GDBusConnection *connection, + const gchar *modem_str, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMObject *mmcli_get_modem_finish (GAsyncResult *res, + MMManager **o_manager); +MMObject *mmcli_get_modem_sync (GDBusConnection *connection, + const gchar *modem_str, + MMManager **o_manager); void mmcli_get_bearer (GDBusConnection *connection, const gchar *path_or_index, |