diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 13:22:55 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 13:22:55 -0600 |
commit | eab11a27d633a153111de2e55057b8bfe09ef7de (patch) | |
tree | a759399c8a14943723f5a4b20f78c2a0b8399d30 /docs | |
parent | 59f09d66b111c8334b4a1322bcab687f10df9b50 (diff) | |
parent | 6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500 (diff) | |
download | libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.tar.gz libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.tar.bz2 libayatana-appindicator-eab11a27d633a153111de2e55057b8bfe09ef7de.zip |
* Upstream release 0.0.3
* More GtkMenu support in libappindicator
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 9 | ||||
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index e2a02cd..67582f2 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -91,5 +91,12 @@ EXTRA_DIST += version.xml.in #DISTCLEANFILES += # Comment this out if you want your docs-status tested during 'make check' -#TESTS = $(GTKDOC_CHECK) +TESTS = gtkdoc-in-srcdir + +gtkdoc-in-srcdir: Makefile.am + @echo "#!/bin/sh" > $@ + @echo "cd \"$(srcdir)\"" >> $@ + @echo "$(GTKDOC_CHECK)" >> $@ + @chmod +x $@ +DISTCLEANFILES = gtkdoc-in-srcdir diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt index d64f53a..b994297 100644 --- a/docs/reference/libappindicator-sections.txt +++ b/docs/reference/libappindicator-sections.txt @@ -15,6 +15,7 @@ AppIndicatorStatus AppIndicatorPrivate <TITLE>AppIndicator</TITLE> AppIndicator +AppIndicatorClass app_indicator_get_type app_indicator_new app_indicator_set_status |