summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-04-11 08:18:40 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-04-11 08:18:40 +0000
commitf2ab953f48ab69a7a205578f4cc37e289e962ee1 (patch)
tree639b1041b448e5a504c7ac637500349315d5e834 /docs/Makefile.am
parentd2dfb0db5f563ba8082ae9cf007814486d8a8c1f (diff)
downloadpygobject-f2ab953f48ab69a7a205578f4cc37e289e962ee1.tar.gz
pygobject-f2ab953f48ab69a7a205578f4cc37e289e962ee1.tar.xz
pygobject-f2ab953f48ab69a7a205578f4cc37e289e962ee1.zip
Add gio.File and gio.Seekable in docs, gio.File it's not yet completed
2009-04-11 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-file.xml: * docs/reference/pygio-seekable.xml: Add gio.File and gio.Seekable in docs, gio.File it's not yet completed only the index is. svn path=/trunk/; revision=1058
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e59934e..d7b6bcf 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -23,10 +23,12 @@ HTML_FILES = \
html/class-giodrive.html \
html/class-gioemblem.html \
html/class-gioemblemedicon.html \
+ html/class-giofile.html \
html/class-giofileattributeinfo.html \
html/class-giofileenumerator.html \
html/class-giofileicon.html \
html/class-gioicon.html \
+ html/class-gioseekable.html \
html/class-giosimpleasyncresult.html \
html/class-giovolume.html \
html/class-giovolumemonitor.html \
@@ -65,10 +67,12 @@ XML_FILES = \
reference/pygio-emblem.xml \
reference/pygio-emblemedicon.xml \
reference/pygio-icon.xml \
+ reference/pygio-file.xml \
reference/pygio-fileattributeinfo.xml \
reference/pygio-fileenumerator.xml \
reference/pygio-fileicon.xml \
reference/pygio-simpleasyncresult.xml \
+ reference/pygio-seekable.xml \
reference/pygio-volume.xml \
reference/pygio-volumemonitor.xml