diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-05-17 17:29:37 +0200 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-05-17 17:31:26 +0200 |
| commit | 84ab6178ed0033f69932df5bc73c86bdff80c953 (patch) | |
| tree | b8e8e74f721c9a9b02ce5e867c89056a88db6098 /docs/Makefile.am | |
| parent | 629496a5617d30e4dfa494b05a62c85a6af77b9a (diff) | |
| download | pygobject-84ab6178ed0033f69932df5bc73c86bdff80c953.tar.gz pygobject-84ab6178ed0033f69932df5bc73c86bdff80c953.tar.xz pygobject-84ab6178ed0033f69932df5bc73c86bdff80c953.zip | |
Add documentation for the gio.FileMonitor class
The docs for this class are not completed, missing methods descriptions.
The index is complete though, it will be completed once all the classes
are in place so we can ship a (almost) complete reference.
Diffstat (limited to 'docs/Makefile.am')
| -rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 8da8476..62c4dc9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,6 +28,7 @@ HTML_FILES = \ html/class-giofileenumerator.html \ html/class-giofileicon.html \ html/class-giofileinfo.html \ + html/class-giofilemonitor.html \ html/class-gioicon.html \ html/class-gioinputstream.html \ html/class-gioloadableicon.html \ @@ -77,6 +78,7 @@ XML_FILES = \ reference/pygio-fileenumerator.xml \ reference/pygio-fileicon.xml \ reference/pygio-fileinfo.xml \ + reference/pygio-filemonitor.xml \ reference/pygio-icon.xml \ reference/pygio-inputstream.xml \ reference/pygio-loadableicon.xml \ |
