diff options
author | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
commit | 45e7b47b25e7dcb713c2d592730587c847693b18 (patch) | |
tree | cad54405358ffc25f1afce96da2e9835b8c97569 /docs/reference/libappindicator-docs.sgml | |
parent | 70600e1fad7decbd5c1bf98f17a01f05469919f3 (diff) | |
parent | d005a22755a0dd3b9f752d66a0479272a09663ae (diff) | |
download | libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.gz libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.bz2 libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.zip |
* New upstream release.
* Don't set the fallback timer if we're already in a fallback
mode to avoid unfalling back excessively. (LP: #529052)
* Fix distcheck of documentation
Diffstat (limited to 'docs/reference/libappindicator-docs.sgml')
-rw-r--r-- | docs/reference/libappindicator-docs.sgml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-docs.sgml b/docs/reference/libappindicator-docs.sgml new file mode 100644 index 0000000..820fe2b --- /dev/null +++ b/docs/reference/libappindicator-docs.sgml @@ -0,0 +1,30 @@ +<?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 % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +]> +<book id="index"> + <bookinfo> + <title>libappindicator Reference Manual</title> + <releaseinfo> + for libappindicator 0.0.19 + </releaseinfo> + </bookinfo> + + <chapter> + <title>Base Classes for Applications</title> + <xi:include href="xml/app-indicator.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> |