cli: include Location-related actions

This commit is contained in:
Aleksander Morgado
2012-01-18 11:22:27 +01:00
parent b05430cb28
commit f8cb1269e3
4 changed files with 347 additions and 0 deletions

View File

@@ -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);