aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorRiccardo Vangelisti <riccardo.vangelisti@sadel.it>2015-04-27 11:41:59 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-08-02 10:39:12 +0200
commitc3bec1537b96b3b3071c2de787126ba11479ed88 (patch)
treeef976c104cc2d071cef97f7783fbf65829618f3b /cli/mmcli.h
parent0bf4ad6b66b1ea7626df28dc2417686b9e2d03f7 (diff)
mmcli: added Modem.Voice and Call support
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index 6b7b5536..a367be4c 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -85,6 +85,14 @@ void mmcli_modem_messaging_run_asynchronous (GDBusConnection *connect
void mmcli_modem_messaging_run_synchronous (GDBusConnection *connection);
void mmcli_modem_messaging_shutdown (void);
+/* Voice group */
+GOptionGroup *mmcli_modem_voice_get_option_group (void);
+gboolean mmcli_modem_voice_options_enabled (void);
+void mmcli_modem_voice_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_voice_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_voice_shutdown (void);
+
/* Time group */
GOptionGroup *mmcli_modem_time_get_option_group (void);
gboolean mmcli_modem_time_options_enabled (void);
@@ -141,4 +149,12 @@ void mmcli_sms_run_asynchronous (GDBusConnection *connection,
void mmcli_sms_run_synchronous (GDBusConnection *connection);
void mmcli_sms_shutdown (void);
+/* Call group */
+GOptionGroup *mmcli_call_get_option_group (void);
+gboolean mmcli_call_options_enabled (void);
+void mmcli_call_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_call_run_synchronous (GDBusConnection *connection);
+void mmcli_call_shutdown (void);
+
#endif /* __MMCLI_H__ */