diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-02 15:08:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:05 +0200 |
commit | b6d628b3a10bf183b918c7afe89a5b260eb87760 (patch) | |
tree | 8d87e92f2d8b7da99e6a0e41e49a6aa0ebbf55bd /docs/reference/libmm-glib/libmm-glib-docs.xml | |
parent | 624fdb6ab4544a82774e9805332cc242c1068b0f (diff) |
build: merge libmm-common into libmm-glib
It's pointless to have libmm-common around, just merge it into libmm-glib and
make ModemManager depend on libmm-glib directly. At the end, the non-common
stuff in libmm-glib is really minimal.
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-docs.xml')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 82 |
1 files changed, 52 insertions, 30 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index c644baa4..94ecde9f 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -48,43 +48,65 @@ </legalnotice> </bookinfo> - <chapter> - <title>The Manager object</title> - <xi:include href="xml/mm-manager.xml"/> - </chapter> + <part> + <title>Helper types</title> + <xi:include href="xml/mm-firmware-properties.xml"/> + <xi:include href="xml/mm-bearer-properties.xml"/> + <xi:include href="xml/mm-bearer-ip-config.xml"/> + </part> - <chapter> - <title>The Modem object</title> - <xi:include href="xml/mm-object.xml"/> - <xi:include href="xml/mm-modem.xml"/> - <xi:include href="xml/mm-modem-3gpp.xml"/> - <xi:include href="xml/mm-modem-3gpp-ussd.xml"/> - <xi:include href="xml/mm-modem-cdma.xml"/> - <xi:include href="xml/mm-modem-location.xml"/> - <xi:include href="xml/mm-modem-messaging.xml"/> - <xi:include href="xml/mm-modem-time.xml"/> - <xi:include href="xml/mm-modem-firmware.xml"/> - <xi:include href="xml/mm-modem-simple.xml"/> - </chapter> + <part> + <title>High level API</title> - <chapter> - <title>The Bearer object</title> - <xi:include href="xml/mm-bearer.xml"/> - </chapter> + <chapter> + <title>The Manager object</title> + <xi:include href="xml/mm-manager.xml"/> + </chapter> - <chapter> - <title>The SIM object</title> - <xi:include href="xml/mm-sim.xml"/> - </chapter> + <chapter> + <title>The Modem object</title> + <xi:include href="xml/mm-object.xml"/> + <xi:include href="xml/mm-modem.xml"/> + <xi:include href="xml/mm-modem-3gpp.xml"/> + <xi:include href="xml/mm-modem-3gpp-ussd.xml"/> + <xi:include href="xml/mm-modem-cdma.xml"/> + <xi:include href="xml/mm-modem-location.xml"/> + <xi:include href="xml/mm-modem-messaging.xml"/> + <xi:include href="xml/mm-modem-time.xml"/> + <xi:include href="xml/mm-modem-firmware.xml"/> + <xi:include href="xml/mm-modem-simple.xml"/> + </chapter> - <chapter> - <title>The SMS object</title> - <xi:include href="xml/mm-sms.xml"/> - </chapter> + <chapter> + <title>The Bearer object</title> + <xi:include href="xml/mm-bearer.xml"/> + </chapter> + + <chapter> + <title>The SIM object</title> + <xi:include href="xml/mm-sim.xml"/> + </chapter> + + <chapter> + <title>The SMS object</title> + <xi:include href="xml/mm-sms.xml"/> + </chapter> + + </part> + + <part> + <title>Low level API</title> + + <xi:include href="xml/mm-gdbus-manager.xml"/> + <xi:include href="xml/mm-gdbus-modem.xml"/> + <xi:include href="xml/mm-gdbus-bearer.xml"/> + <xi:include href="xml/mm-gdbus-sim.xml"/> + <xi:include href="xml/mm-gdbus-sms.xml"/> + </part> <chapter id="object-tree"> <title>Object Hierarchy</title> - <xi:include href="xml/tree_index.sgml"/> + <xi:include href="xml/tree_index.sgml"/> </chapter> <index id="api-index-full"> |