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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user