diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-24 21:34:13 +0000 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-24 21:34:13 +0000 |
| commit | b32a56ae9ea7603f567381e9b2f660f49972f2a6 (patch) | |
| tree | b5a6a1e3c618c90917128979264675ed1660c9eb /docs/Makefile.am | |
| parent | bdd3f376eba2184e915d0cc2440b95fb12d86080 (diff) | |
| download | pygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.tar.gz pygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.tar.xz pygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.zip | |
Add gio.AppInfo and gio.FileAttributeInfo in docs.
2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pygio-classes.xml:
* docs/reference/pygio-appinfo.xml:
* docs/reference/pygio-constants.xml:
* docs/reference/pygio-fileattributeinfo.xml: Add gio.AppInfo and
gio.FileAttributeInfo in docs.
svn path=/trunk/; revision=1031
Diffstat (limited to 'docs/Makefile.am')
| -rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 35fcddb..fa3e63a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,9 +17,11 @@ HTML_FILES = \ html/gobject-class-reference.html \ html/glib-class-reference.html \ html/class-gioapplaunchcontext.html \ + html/class-gioappinfo.html \ html/class-giocancellable.html \ html/class-gioemblem.html \ html/class-gioemblemedicon.html \ + html/class-giofileattributeinfo.html \ html/class-giofileenumerator.html \ html/class-giofileicon.html \ html/class-gioicon.html \ @@ -51,9 +53,11 @@ XML_FILES = \ reference/pygio-classes.xml \ reference/pygio-constants.xml \ reference/pygio-applaunchcontext.xml \ + reference/pygio-appinfo.xml \ reference/pygio-emblem.xml \ reference/pygio-emblemedicon.xml \ reference/pygio-icon.xml \ + reference/pygio-fileattributeinfo.xml \ reference/pygio-fileenumerator.xml \ reference/pygio-fileicon.xml |
