aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-21 15:16:07 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:36 +0100
commit6583bd61e13e842ab6b016cb0947432f1e3aea26 (patch)
treed33ae194c1ca7f9b3fb8576bb9dbcdb7b8e081e9 /cli/mmcli-common.h
parent73ca5dcb24c131d3e3a99a89dcd6f1329c9d90f4 (diff)
cli: implement 3GPP related actions
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index 1b682c73..df66c14e 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -51,10 +51,11 @@ MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection,
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);
-const gchar *mmcli_get_lock_string (MMModemLock lock);
+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);
+const gchar *mmcli_get_lock_string (MMModemLock lock);
+const gchar *mmcli_get_3gpp_network_availability_string (MMModem3gppNetworkAvailability availability);
GOptionGroup *mmcli_get_common_option_group (void);
const gchar *mmcli_get_common_modem_string (void);