diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-03 21:19:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-29 10:13:22 +0000 |
commit | 2d43ea48e1d2bae37f9d0594c385451739287bef (patch) | |
tree | c7c10edaac1cdaa15ac36e0b82b496fb2e201ad4 /docs/reference/libmm-glib/libmm-glib-docs.xml | |
parent | 793370f2f8efc6472d7265892013f6615188344e (diff) |
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.
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-docs.xml')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index 3646e7dd..df75bee3 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -105,6 +105,7 @@ </section> <section> <title>Profile management support</title> + <xi:include href="xml/mm-modem-3gpp-profile-manager.xml"/> <xi:include href="xml/mm-3gpp-profile.xml"/> </section> <section> @@ -197,6 +198,10 @@ <xi:include href="xml/MmGdbusModem3gppProxy.xml"/> <xi:include href="xml/MmGdbusModem3gppSkeleton.xml"/> + <xi:include href="xml/MmGdbusModem3gppProfileManager.xml"/> + <xi:include href="xml/MmGdbusModem3gppProfileManagerProxy.xml"/> + <xi:include href="xml/MmGdbusModem3gppProfileManagerSkeleton.xml"/> + <xi:include href="xml/MmGdbusModem3gppUssd.xml"/> <xi:include href="xml/MmGdbusModem3gppUssdProxy.xml"/> <xi:include href="xml/MmGdbusModem3gppUssdSkeleton.xml"/> |