summaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-11-20 20:55:07 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:26 +0100
commit1257ecd13613d6f60d317a3ee3f34332188d0cfc (patch)
tree9b790e3a162e155cc0ef2fb2b55f351606aa909f /cli/mmcli.h
parent9ae68b3fee0a8f58e308f1a20cccf433a414fc8b (diff)
cli: start to port Modem actions to use the new libmm-glib
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index 72f13cc1..37647141 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -37,7 +37,7 @@ void mmcli_manager_shutdown (void);
/* Modem group */
GOptionGroup *mmcli_modem_get_option_group (void);
gboolean mmcli_modem_options_enabled (void);
-gboolean mmcli_modem_run_asynchronous (GDBusConnection *connection,
+void mmcli_modem_run_asynchronous (GDBusConnection *connection,
GCancellable *cancellable);
void mmcli_modem_run_synchronous (GDBusConnection *connection);
void mmcli_modem_shutdown (void);