diff options
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, |