api,modem: new Modem3gpp.ProfileManager interface

This new interface allows modems to expose the list of available
connection profiles stored in the device and edit or delete them; as
long as the underlying device/protocol allows it.
This commit is contained in:
Aleksander Morgado
2021-04-03 21:19:54 +02:00
parent 793370f2f8
commit 2d43ea48e1
21 changed files with 1736 additions and 272 deletions

View File

@@ -61,6 +61,14 @@ void mmcli_modem_3gpp_ussd_run_asynchronous (GDBusConnection *connect
void mmcli_modem_3gpp_ussd_run_synchronous (GDBusConnection *connection);
void mmcli_modem_3gpp_ussd_shutdown (void);
/* 3GPP profile manager group */
GOptionGroup *mmcli_modem_3gpp_profile_manager_get_option_group (void);
gboolean mmcli_modem_3gpp_profile_manager_options_enabled (void);
void mmcli_modem_3gpp_profile_manager_run_asynchronous (GDBusConnection *connection,
GCancellable *cancellable);
void mmcli_modem_3gpp_profile_manager_run_synchronous (GDBusConnection *connection);
void mmcli_modem_3gpp_profile_manager_shutdown (void);
/* CDMA group */
GOptionGroup *mmcli_modem_cdma_get_option_group (void);
gboolean mmcli_modem_cdma_options_enabled (void);