diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-09-01 12:35:36 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-09-01 12:35:36 +0200 |
commit | 38c23eb353e046bed03aa3a196079ad6c529c5fc (patch) | |
tree | fe03bb7db005946847e3918b2a418900cdb8d0f8 /doc/reference/messaging-menu-docs.xml.in | |
parent | 189472aa40bbdc6bc9f9676202ced5bd2eb5e099 (diff) | |
parent | c8794795a7054eff4e21bbca52321195f2d8720c (diff) | |
download | ayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.tar.gz ayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.tar.bz2 ayatana-indicator-messages-38c23eb353e046bed03aa3a196079ad6c529c5fc.zip |
* New upstream release, includes apis to allow changing the label and
the icon of sources and add documentation
* debian/libmessaging-menu0.symbols:
- new version update
* debian/libmessaging-menu-dev.install:
- install the documentation
* debian/rules:
- build the documentation
- updated shlibs version
- use --with gir so gir:Depends work as it should (lp: #1044125)
Diffstat (limited to 'doc/reference/messaging-menu-docs.xml.in')
-rw-r--r-- | doc/reference/messaging-menu-docs.xml.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/reference/messaging-menu-docs.xml.in b/doc/reference/messaging-menu-docs.xml.in new file mode 100644 index 0000000..742d37b --- /dev/null +++ b/doc/reference/messaging-menu-docs.xml.in @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' + 'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [ +<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +<!ENTITY version "@PACKAGE_VERSION@"> +]> +<book lang="en" id="messaging-menu" xmlns:xi="http://www.w3.org/2003/XInclude"> +<title>Messaging Menu Reference Manual</title> + <bookinfo> + <title>Messaging Menu Reference Manual</title> + <releaseinfo>for libmessaging-menu &version;</releaseinfo> + + <copyright> + <year>2012</year> + <holder>Canonical Ltd.</holder> + </copyright> + </bookinfo> + + <chapter> + <title>API Reference</title> + <xi:include href="xml/messaging-menu.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> |