diff options
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 530d855d..e3d96c0c 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -83,19 +83,18 @@ MMSms *mmcli_get_sms_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); -void mmcli_get_call (GDBusConnection *connection, - const gchar *path_or_index, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMCall *mmcli_get_call_finish (GAsyncResult *res, - MMManager **manager, - MMObject **object); -MMCall *mmcli_get_call_sync (GDBusConnection *connection, - const gchar *path_or_index, - MMManager **manager, - MMObject **object); - +void mmcli_get_call (GDBusConnection *connection, + const gchar *path_or_index, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMCall *mmcli_get_call_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMCall *mmcli_get_call_sync (GDBusConnection *connection, + const gchar *path_or_index, + MMManager **manager, + MMObject **object); const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason); |