summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-24 23:56:09 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-24 23:56:09 +0000
commit3ed45914ee441d76822c26bf2f34d79fd3c2d7df (patch)
treee3bd14f496de18bbc4a6691592190a0bf9f37962 /docs/Makefile.am
parent1f8e8b0535dc82dc8b3a6ba9d4bc54ec426dc601 (diff)
downloadpygobject-3ed45914ee441d76822c26bf2f34d79fd3c2d7df.tar.gz
pygobject-3ed45914ee441d76822c26bf2f34d79fd3c2d7df.tar.xz
pygobject-3ed45914ee441d76822c26bf2f34d79fd3c2d7df.zip
Add gio.SimpleAsyncResult in docs.
2009-03-25 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-simpleasyncresult.xml: Add gio.SimpleAsyncResult in docs. svn path=/trunk/; revision=1034
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index b974e67..adb7672 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -26,6 +26,7 @@ HTML_FILES = \
html/class-giofileenumerator.html \
html/class-giofileicon.html \
html/class-gioicon.html \
+ html/class-giosimpleasyncresult.html \
html/gio-constants.html \
html/gio-class-reference.html \
html/gobject-constants.html \
@@ -61,7 +62,8 @@ XML_FILES = \
reference/pygio-icon.xml \
reference/pygio-fileattributeinfo.xml \
reference/pygio-fileenumerator.xml \
- reference/pygio-fileicon.xml
+ reference/pygio-fileicon.xml \
+ reference/pygio-simpleasyncresult.xml
XSL_FILES = \
xsl/common.xsl \