summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-02 10:17:41 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-02 10:17:41 +0200
commit4673577d1f6c3d54423808dd575987092fb05ad2 (patch)
treecd4da43980181b61fc64d77da3956b28472c5b1f /docs
parent1e1cad02879d514745b5233658654cbe944530a5 (diff)
downloadpygobject-4673577d1f6c3d54423808dd575987092fb05ad2.tar.gz
pygobject-4673577d1f6c3d54423808dd575987092fb05ad2.tar.xz
pygobject-4673577d1f6c3d54423808dd575987092fb05ad2.zip
Fix gio.FileInputStream docs
Add implemented interface section and remove a method description
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/pygio-fileinputstream.xml25
1 files changed, 9 insertions, 16 deletions
diff --git a/docs/reference/pygio-fileinputstream.xml b/docs/reference/pygio-fileinputstream.xml
index f22b60a..723dc64 100644
--- a/docs/reference/pygio-fileinputstream.xml
+++ b/docs/reference/pygio-fileinputstream.xml
@@ -46,6 +46,15 @@
</synopsis>
</refsect1>
+
+ <refsect1>
+ <title>Implemented Interfaces</title>
+ <para>
+ <link linkend="class-giofileinputstream"><classname>gio.FileInputStream</classname></link>
+ implements
+ <link linkend="class-gioseekable"><classname>gio.Seekable</classname></link>
+ </para>
+ </refsect1>
<refsect1>
<title>Description</title>
@@ -72,22 +81,6 @@
<refsect1>
<title>Methods</title>
- <refsect2 id="method-giofileinputstream--clear-pending">
- <title>gio.FileInputStream.clear_pending</title>
-
- <programlisting><methodsynopsis language="python">
- <methodname>clear_pending</methodname>
- <methodparam></methodparam>
- </methodsynopsis></programlisting>
-
- <variablelist>
- </variablelist>
-
- <para>
- The <methodname>clear_pending</methodname>() method clears the pending flag on stream.
- </para>
- </refsect2>
-
<refsect2 id="method-giofileinputstream--query-info">
<title>gio.FileInputStream.query_info</title>