diff options
author | Guido Günther <agx@sigxcpu.org> | 2024-10-02 12:38:26 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2024-12-01 21:41:10 +0000 |
commit | eda130f3bf1c395b25f09f2bad215cefda37c53a (patch) | |
tree | 56bae4928303dce9a87a9c8a09667dccd486b5c9 /docs/reference/libmm-glib/libmm-glib-docs.xml | |
parent | b491bc474e8607ca306c84d2c1a95bc664685190 (diff) |
docs: Add Cbm And CellBroadcast
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-docs.xml')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index 03ad162c..36f6727d 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -161,6 +161,10 @@ <title>SAR support</title> <xi:include href="xml/mm-modem-sar.xml"/> </section> + <section> + <title>Cell Broadcast support</title> + <xi:include href="xml/mm-modem-cell-broadcast.xml"/> + </section> </chapter> <chapter> @@ -190,6 +194,11 @@ <xi:include href="xml/mm-call-audio-format.xml"/> </chapter> + <chapter> + <title>The CBM object</title> + <xi:include href="xml/mm-cbm.xml"/> + </chapter> + </part> <part> @@ -223,6 +232,10 @@ <xi:include href="xml/MmGdbusModemCdmaProxy.xml"/> <xi:include href="xml/MmGdbusModemCdmaSkeleton.xml"/> + <xi:include href="xml/MmGdbusModemCellBroadcast.xml"/> + <xi:include href="xml/MmGdbusModemCellBroadcastProxy.xml"/> + <xi:include href="xml/MmGdbusModemCellBroadcastSkeleton.xml"/> + <xi:include href="xml/MmGdbusModemLocation.xml"/> <xi:include href="xml/MmGdbusModemLocationProxy.xml"/> <xi:include href="xml/MmGdbusModemLocationSkeleton.xml"/> @@ -278,6 +291,10 @@ <xi:include href="xml/MmGdbusCall.xml"/> <xi:include href="xml/MmGdbusCallProxy.xml"/> <xi:include href="xml/MmGdbusCallSkeleton.xml"/> + + <xi:include href="xml/MmGdbusCbm.xml"/> + <xi:include href="xml/MmGdbusCbmProxy.xml"/> + <xi:include href="xml/MmGdbusCbmSkeleton.xml"/> </part> <chapter> |