From 3ed45914ee441d76822c26bf2f34d79fd3c2d7df Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 24 Mar 2009 23:56:09 +0000 Subject: Add gio.SimpleAsyncResult in docs. 2009-03-25 Gian Mario Tagliaretti * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-simpleasyncresult.xml: Add gio.SimpleAsyncResult in docs. svn path=/trunk/; revision=1034 --- docs/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/Makefile.am') 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 \ -- cgit