diff options
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 8e058d22..c8760872 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -70,18 +70,18 @@ MMSim *mmcli_get_sim_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); -void mmcli_get_sms (GDBusConnection *connection, - const gchar *path_or_index, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMSms *mmcli_get_sms_finish (GAsyncResult *res, - MMManager **manager, - MMObject **object); -MMSms *mmcli_get_sms_sync (GDBusConnection *connection, - const gchar *path_or_index, - MMManager **manager, - MMObject **object); +void mmcli_get_sms (GDBusConnection *connection, + const gchar *path_or_index, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMSms *mmcli_get_sms_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMSms *mmcli_get_sms_sync (GDBusConnection *connection, + const gchar *path_or_index, + MMManager **manager, + MMObject **object); void mmcli_get_call (GDBusConnection *connection, const gchar *path_or_index, |