diff options
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 2b807b04..1707dab5 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -79,18 +79,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); +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); + MMManager **manager, + MMObject **object); MMCall *mmcli_get_call_sync (GDBusConnection *connection, - const gchar *path_or_index, - MMManager **manager, - MMObject **object); + const gchar *path_or_index, + MMManager **manager, + MMObject **object); const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason); |