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/html/index.html | |
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/html/index.html')
-rw-r--r-- | docs/reference/html/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/html/index.html b/docs/reference/html/index.html new file mode 100644 index 0000000..670eb45 --- /dev/null +++ b/docs/reference/html/index.html @@ -0,0 +1,37 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>libappindicator Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<link rel="home" href="index.html" title="libappindicator Reference Manual"> +<link rel="next" href="ch01.html" title="Base Classes for Applications"> +<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<div class="book" title="libappindicator Reference Manual"> +<div class="titlepage"> +<div> +<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libappindicator Reference Manual</p></th></tr></table></div> +<div><p class="releaseinfo"> + for libappindicator 0.0.18 + </p></div> +</div> +<hr> +</div> +<div class="toc"><dl> +<dt><span class="chapter"><a href="ch01.html">Base Classes for Applications</a></span></dt> +<dd><dl><dt> +<span class="refentrytitle"><a href="libappindicator-app-indicator.html">AppIndicator</a></span><span class="refpurpose"> — An object to put application information + into the panel.</span> +</dt></dl></dd> +<dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt> +<dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt> +</dl></div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.14</div> +</body> +</html>
\ No newline at end of file |