diff options
author | Dan Williams <dcbw@redhat.com> | 2011-03-10 12:08:08 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-10 12:08:08 -0600 |
commit | e726895537442e79862b58bdca6e2a32097b5b42 (patch) | |
tree | da10a4e6a210e0217504199e0a6066a6c2becd85 /docs/libnm-glib | |
parent | 09b46bb269beff0988666bb6a66a6937c5e090ed (diff) | |
download | NetworkManager-e726895537442e79862b58bdca6e2a32097b5b42.tar.gz |
docs: make sure libnm-glib docs know about introspection
Diffstat (limited to 'docs/libnm-glib')
-rw-r--r-- | docs/libnm-glib/libnm-glib-docs.sgml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/libnm-glib/libnm-glib-docs.sgml b/docs/libnm-glib/libnm-glib-docs.sgml index dd77c0eaf5..2bb28e5682 100644 --- a/docs/libnm-glib/libnm-glib-docs.sgml +++ b/docs/libnm-glib/libnm-glib-docs.sgml @@ -12,7 +12,7 @@ </bookinfo> <chapter> - <title>libnm-glib Objects</title> + <title>libnm-glib API Reference</title> <xi:include href="xml/nm-client.xml"/> <xi:include href="xml/nm-active-connection.xml"/> <xi:include href="xml/nm-device.xml"/> @@ -35,4 +35,16 @@ <xi:include href="xml/nm-vpn-plugin.xml"/> <xi:include href="xml/nm-vpn-plugin-ui-interface.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> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> </book> + |