From 180c157f2a20b7d2dd9af05bfb5f515fd23870a0 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 2 Jun 2009 10:41:26 +0200 Subject: Wrap gio.FileOutputStream.query_info_async Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test. --- docs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 72b4270..5d7b083 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -30,6 +30,7 @@ HTML_FILES = \ html/class-giofileinfo.html \ html/class-giofileinputstream.html \ html/class-giofilemonitor.html \ + html/class-giofileoutputstream.html \ html/class-gioicon.html \ html/class-gioinputstream.html \ html/class-gioloadableicon.html \ @@ -82,6 +83,7 @@ XML_FILES = \ reference/pygio-fileinfo.xml \ reference/pygio-fileinputstream.xml \ reference/pygio-filemonitor.xml \ + reference/pygio-fileoutputstream.xml \ reference/pygio-icon.xml \ reference/pygio-inputstream.xml \ reference/pygio-loadableicon.xml \ -- cgit