summaryrefslogtreecommitdiffstats
path: root/docs/reference/pygio-unixinputstream.xml
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-23 21:18:23 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-23 21:18:23 +0200
commit2214cad3529979e29342a7e1fdc2915b90ce9c10 (patch)
tree0048e0dbe05b2f14c1ce0b4bd4a1c3f9f5bf8a78 /docs/reference/pygio-unixinputstream.xml
parentc0acaedfe7f4e488a490e07e3184f0709e1fadc2 (diff)
downloadpygobject-2214cad3529979e29342a7e1fdc2915b90ce9c10.tar.gz
pygobject-2214cad3529979e29342a7e1fdc2915b90ce9c10.tar.xz
pygobject-2214cad3529979e29342a7e1fdc2915b90ce9c10.zip
Fix the gio.unix namespace in docs
Diffstat (limited to 'docs/reference/pygio-unixinputstream.xml')
-rw-r--r--docs/reference/pygio-unixinputstream.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/reference/pygio-unixinputstream.xml b/docs/reference/pygio-unixinputstream.xml
index 904501d..5ef4cde 100644
--- a/docs/reference/pygio-unixinputstream.xml
+++ b/docs/reference/pygio-unixinputstream.xml
@@ -4,7 +4,7 @@
<refentry id="class-giounixinputstream">
<refnamediv>
- <refname>gio.UnixInputStream</refname>
+ <refname>gio.unix.InputStream</refname>
<refpurpose>Streaming input operations for UNIX file descriptors.</refpurpose>
</refnamediv>
@@ -12,11 +12,11 @@
<title>Synopsis</title>
<classsynopsis language="python">
- <ooclass><classname>gio.UnixInputStream</classname></ooclass>
+ <ooclass><classname>gio.unix.InputStream</classname></ooclass>
<ooclass><classname><link linkend="class-gioinputstream">gio.InputStream</link></classname></ooclass>
<constructorsynopsis language="python">
- <methodname><link linkend="constructor-giounixinputstream">gio.UnixInputStream</link></methodname>
+ <methodname><link linkend="constructor-giounixinputstream">gio.unix.InputStream</link></methodname>
<methodparam><parameter role="keyword">fd</parameter></methodparam>
<methodparam><parameter role="keyword">close_fd</parameter></methodparam>
</constructorsynopsis>
@@ -43,13 +43,13 @@
<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
+-- <link linkend="class-gioinputstream">gio.InputStream</link>
- +-- <link linkend="class-giounixinputstream">gio.UnixInputStream</link>
+ +-- <link linkend="class-giounixinputstream">gio.unix.InputStream</link>
</synopsis>
</refsect1>
<refsect1 id="properties-giounixinputstream">
- <title>gio.UnixInputStream Properties</title>
+ <title>gio.unix.InputStream Properties</title>
<blockquote role="properties">
<informaltable pgwide="1" frame="none">
@@ -80,13 +80,13 @@
<title>Description</title>
<para>
- <link linkend="class-giounixinputstream"><classname>gio.UnixInputStream</classname></link>
+ <link linkend="class-giounixinputstream"><classname>gio.unix.InputStream</classname></link>
implements <link linkend="class-gioinputstream"><classname>gio.InputStream</classname></link>
for reading from a UNIX file descriptor, including asynchronous operations.
The file descriptor must be selectable, so it doesn't work with opened files.
</para>
<para>
- Note that <link linkend="class-giounixinputstream"><classname>gio.UnixInputStream</classname></link>
+ Note that <link linkend="class-giounixinputstream"><classname>gio.unix.InputStream</classname></link>
belongs to the UNIX-specific GIO interfaces, thus you have to use the gio-unix-2.0.pc pkg-config file
when using it.
</para>
@@ -96,7 +96,7 @@
<title>Constructor</title>
<programlisting><constructorsynopsis language="python">
- <methodname>gio.UnixInputStream</methodname>
+ <methodname>gio.unix.InputStream</methodname>
<methodparam><parameter role="keyword">fd</parameter></methodparam>
<methodparam><parameter role="keyword">close_fd</parameter></methodparam>
</constructorsynopsis></programlisting>
@@ -115,13 +115,13 @@
<varlistentry>
<term><emphasis>Returns</emphasis>&nbsp;:</term>
<listitem><simpara>a new
- <link linkend="class-giounixinputstream"><classname>gio.UnixInputStream</classname></link>
+ <link linkend="class-giounixinputstream"><classname>gio.unix.InputStream</classname></link>
</simpara></listitem>
</varlistentry>
</variablelist>
<para>
- Creates a new <link linkend="class-giounixinputstream"><classname>gio.UnixInputStream</classname></link>
+ Creates a new <link linkend="class-giounixinputstream"><classname>gio.unix.InputStream</classname></link>
from the given fd.
</para>
<para>
@@ -134,7 +134,7 @@
<title>Methods</title>
<refsect2 id="method-giounixinputstream--get-close-fd">
- <title>gio.UnixInputStream.get_close_fd</title>
+ <title>gio.unix.InputStream.get_close_fd</title>
<programlisting><methodsynopsis language="python">
<methodname>get_close_fd</methodname>
@@ -156,7 +156,7 @@
</refsect2>
<refsect2 id="method-giounixinputstream--get-fd">
- <title>gio.UnixInputStream.get_fd</title>
+ <title>gio.unix.InputStream.get_fd</title>
<programlisting><methodsynopsis language="python">
<methodname>get_fd</methodname>
@@ -178,7 +178,7 @@
</refsect2>
<refsect2 id="method-giounixinputstream--set-close-fd">
- <title>gio.UnixInputStream.set_close_fd</title>
+ <title>gio.unix.InputStream.set_close_fd</title>
<programlisting><methodsynopsis language="python">
<methodname>set_close_fd</methodname>