diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 22:17:33 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 22:17:33 -0500 |
commit | 64df46b47e18de9c4cbf0ef87b9bae2853324637 (patch) | |
tree | 58d878cb2b30e583f0a0b87609e31478ba5a52d2 /docs/reference | |
parent | 60e78aa5b49972bb34b5049d2d54e1be4b7ad992 (diff) | |
parent | c1010b61c9097212c9631b6cbc4e85fd62539364 (diff) | |
download | ayatana-indicator-application-64df46b47e18de9c4cbf0ef87b9bae2853324637.tar.gz ayatana-indicator-application-64df46b47e18de9c4cbf0ef87b9bae2853324637.tar.bz2 ayatana-indicator-application-64df46b47e18de9c4cbf0ef87b9bae2853324637.zip |
* Upstream Release 0.0.7
* Making the Notification Watcher register for it's own DBus
name to keep the service one unique.
* Adding support for icons changing through the service and
in the indicator.
* Fixing the generated headers for DBus Properties calls
* Fixing libappindicator set_icon to set the right icon.
* Adding in icon path support.
* Switching DBus interface to org.freedesktop
* Adding check/radio support to menu parsing
* Adding ChangeLog to dist
* Adding check item support to menu parsing
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/tmpl/libappindicator-unused.sgml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt index b994297..68b120a 100644 --- a/docs/reference/libappindicator-sections.txt +++ b/docs/reference/libappindicator-sections.txt @@ -18,6 +18,7 @@ AppIndicator AppIndicatorClass app_indicator_get_type app_indicator_new +app_indicator_new_with_path app_indicator_set_status app_indicator_set_attention_icon app_indicator_set_menu diff --git a/docs/reference/tmpl/libappindicator-unused.sgml b/docs/reference/tmpl/libappindicator-unused.sgml index e69de29..1428b51 100644 --- a/docs/reference/tmpl/libappindicator-unused.sgml +++ b/docs/reference/tmpl/libappindicator-unused.sgml @@ -0,0 +1,6 @@ +<!-- ##### ARG AppIndicator:icon-path ##### --> +<para> + +</para> + + |