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.
This commit is contained in:
Aleksander Morgado
2011-10-27 17:12:20 +02:00
parent c37949d7ba
commit 9e241b7062
3 changed files with 176 additions and 119 deletions

View File

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