summaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-10-27 17:12:20 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:25 +0100
commit9e241b7062883a67a31500a6f095c9839c8666c8 (patch)
treea4f21755a5e471e0547590126c036cb9742c6700 /cli/mmcli.h
parentc37949d7ba20e33633951e57d89c6cfe3e968790 (diff)
cli: port Manager actions to use the new libmm-glib
The original command line interface was written based on a hand-made libmm. This commit ports the Manager interface handling to the new gdbus-codegen-based 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 bcfbe5fa..7997a099 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -29,7 +29,7 @@ void mmcli_async_operation_done (void);
/* Manager group */
GOptionGroup *mmcli_manager_get_option_group (void);
gboolean mmcli_manager_options_enabled (void);
-gboolean mmcli_manager_run_asynchronous (GDBusConnection *connection,
+void mmcli_manager_run_asynchronous (GDBusConnection *connection,
GCancellable *cancellable);
void mmcli_manager_run_synchronous (GDBusConnection *connection);
void mmcli_manager_shutdown (void);