summaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-18 11:22:27 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:52 +0100
commitf8cb1269e31526813450cae4fd7382842fee242d (patch)
tree02ca111a94549436611a94396f6a4459b3edc54f /cli/mmcli.h
parentb05430cb289e058ec118be13e4b0a813c46b1fb2 (diff)
cli: include Location-related actions
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index d907b78c..707d0c62 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -68,6 +68,14 @@ void mmcli_modem_simple_run_asynchronous (GDBusConnection *connection
void mmcli_modem_simple_run_synchronous (GDBusConnection *connection);
void mmcli_modem_simple_shutdown (void);
+/* Location group */
+GOptionGroup *mmcli_modem_location_get_option_group (void);
+gboolean mmcli_modem_location_options_enabled (void);
+void mmcli_modem_location_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_location_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_location_shutdown (void);
+
/* Bearer group */
GOptionGroup *mmcli_bearer_get_option_group (void);
gboolean mmcli_bearer_options_enabled (void);