diff options
Diffstat (limited to 'docs/reference/libmm-glib/libmm-glib-docs.xml')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml new file mode 100644 index 00000000..9468c88b --- /dev/null +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -0,0 +1,100 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" +"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ +<!ENTITY version SYSTEM "version.xml"> +]> +<book id="libmm-glib" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>libmm-glib Reference Manual</title> + <releaseinfo>For libmm-glib version &version;</releaseinfo> + + <authorgroup> + <author> + <firstname>Aleksander</firstname> + <surname>Morgado</surname> + <affiliation> + <address> + <email>aleksander@lanedo.com</email> + </address> + </affiliation> + </author> + </authorgroup> + + <copyright> + <year>2011</year> + <year>2012</year> + <holder>The ModemManager Authors</holder> + </copyright> + + <legalnotice> + <para> + Permission is granted to copy, distribute and/or modify this + document under the terms of the <citetitle>GNU Free + Documentation License</citetitle>, Version 1.3 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the <citetitle>GNU Free + Documentation License</citetitle> from the Free Software + Foundation by visiting <ulink type="http" + url="http://www.fsf.org">their Web site</ulink> or by writing + to: + <address> + The Free Software Foundation, Inc. + <street>51 Franklin Street</street>, Suite 500 + <city>Boston</city>, <state>MA</state> <postcode>02110-1335</postcode> + <country>USA</country> + </address> + </para> + </legalnotice> + </bookinfo> + + <chapter> + <title>The Manager object</title> + <xi:include href="xml/mm-manager.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-simple.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> + + <chapter id="object-tree"> + <title>Object Hierarchy</title> + <xi:include href="xml/tree_index.sgml"/> + </chapter> + + <index id="api-index-full"> + <title>API Index</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + + <index id="deprecated-api-index" role="deprecated"> + <title>Index of deprecated API</title> + <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> + </index> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> +</book> |