From 2021ba80fd1dba6edc47a958aeb9c12e5bdbb141 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 8 Feb 2012 13:24:40 +0100 Subject: cli: setup to work with SMS objects --- cli/mmcli-common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cli/mmcli-common.h') diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index bdbb5901..5541a719 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -64,11 +64,25 @@ 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); + const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason); GOptionGroup *mmcli_get_common_option_group (void); const gchar *mmcli_get_common_modem_string (void); const gchar *mmcli_get_common_bearer_string (void); const gchar *mmcli_get_common_sim_string (void); +const gchar *mmcli_get_common_sms_string (void); #endif /* _MMCLI_COMMON_H_ */ -- cgit v1.2.3-70-g09d2