aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
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);