From 88e8c4835b50c8967e3caa120b7cbc898a7875b7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 21 Dec 2011 17:34:43 +0100 Subject: cli: implement SIM related actions --- 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 a0df66b3..9add4889 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -51,6 +51,19 @@ MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); +void mmcli_get_sim (GDBusConnection *connection, + const gchar *sim_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMSim *mmcli_get_sim_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMSim *mmcli_get_sim_sync (GDBusConnection *connection, + const gchar *sim_path, + MMManager **manager, + MMObject **object); + const gchar *mmcli_get_bearer_ip_method_string (MMBearerIpMethod method); const gchar *mmcli_get_state_string (MMModemState state); const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason); @@ -61,5 +74,6 @@ const gchar *mmcli_get_3gpp_registration_state_string (MMModem3gppRegistrationSt 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); #endif /* _MMCLI_COMMON_H_ */ -- cgit v1.2.3-70-g09d2