diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-04 11:13:35 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-04 11:13:35 +0100 |
commit | 8bda03b4654dd6dd4875c70dcdb7e1befe77421a (patch) | |
tree | 23e723fdd5679c3f4c5f59d45626c156f194b4ce /doc/connman-docs.xml | |
parent | 76a376b0671b6e791ee3b5aa859e3f2dabd7bcd1 (diff) | |
download | connman-8bda03b4654dd6dd4875c70dcdb7e1befe77421a.tar.gz connman-8bda03b4654dd6dd4875c70dcdb7e1befe77421a.tar.bz2 connman-8bda03b4654dd6dd4875c70dcdb7e1befe77421a.zip |
Add API skeleton for service interface
Diffstat (limited to 'doc/connman-docs.xml')
-rw-r--r-- | doc/connman-docs.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/connman-docs.xml b/doc/connman-docs.xml index d709168f..542c4e18 100644 --- a/doc/connman-docs.xml +++ b/doc/connman-docs.xml @@ -78,6 +78,20 @@ </para> </reference> + <reference id="service"> + <title>Service interface</title> + <para> +<programlisting><xi:include href="service-api.txt" parse="text" /></programlisting> + </para> + </reference> + + <reference id="connection"> + <title>Connection interface</title> + <para> +<programlisting><xi:include href="connection-api.txt" parse="text" /></programlisting> + </para> + </reference> + <reference id="reference"> <title>Plugin API Reference</title> <partintro> |