From 2214cad3529979e29342a7e1fdc2915b90ce9c10 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 23 Jun 2009 21:18:23 +0200 Subject: Fix the gio.unix namespace in docs --- docs/reference/pygio-classes.xml | 2 -- docs/reference/pygio-unixinputstream.xml | 26 +++++++++++++------------- docs/reference/pygio-unixoutputstream.xml | 26 +++++++++++++------------- docs/reference/pygiounix-classes.xml | 13 +++++++++++++ docs/reference/pygobject-ref.xml | 1 + 5 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 docs/reference/pygiounix-classes.xml (limited to 'docs/reference') diff --git a/docs/reference/pygio-classes.xml b/docs/reference/pygio-classes.xml index 6c96c58..17761f8 100644 --- a/docs/reference/pygio-classes.xml +++ b/docs/reference/pygio-classes.xml @@ -39,8 +39,6 @@ - - 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 @@ - gio.UnixInputStream + gio.unix.InputStream Streaming input operations for UNIX file descriptors. @@ -12,11 +12,11 @@ Synopsis - gio.UnixInputStream + gio.unix.InputStream gio.InputStream - gio.UnixInputStream + gio.unix.InputStream fd close_fd @@ -43,13 +43,13 @@ +-- gobject.GObject +-- gio.InputStream - +-- gio.UnixInputStream + +-- gio.unix.InputStream - gio.UnixInputStream Properties + gio.unix.InputStream Properties
@@ -80,13 +80,13 @@ Description - gio.UnixInputStream + gio.unix.InputStream implements gio.InputStream for reading from a UNIX file descriptor, including asynchronous operations. The file descriptor must be selectable, so it doesn't work with opened files. - Note that gio.UnixInputStream + Note that gio.unix.InputStream belongs to the UNIX-specific GIO interfaces, thus you have to use the gio-unix-2.0.pc pkg-config file when using it. @@ -96,7 +96,7 @@ Constructor - gio.UnixInputStream + gio.unix.InputStream fd close_fd @@ -115,13 +115,13 @@ Returns : a new - gio.UnixInputStream + gio.unix.InputStream - Creates a new gio.UnixInputStream + Creates a new gio.unix.InputStream from the given fd. @@ -134,7 +134,7 @@ Methods - gio.UnixInputStream.get_close_fd + gio.unix.InputStream.get_close_fd get_close_fd @@ -156,7 +156,7 @@ - gio.UnixInputStream.get_fd + gio.unix.InputStream.get_fd get_fd @@ -178,7 +178,7 @@ - gio.UnixInputStream.set_close_fd + gio.unix.InputStream.set_close_fd set_close_fd diff --git a/docs/reference/pygio-unixoutputstream.xml b/docs/reference/pygio-unixoutputstream.xml index cebc623..02e4be8 100644 --- a/docs/reference/pygio-unixoutputstream.xml +++ b/docs/reference/pygio-unixoutputstream.xml @@ -4,7 +4,7 @@ - gio.UnixOutputStream + gio.unix.OutputStream Streaming output operations for UNIX file descriptors. @@ -12,11 +12,11 @@ Synopsis - gio.UnixOutputStream + gio.unix.OutputStream gio.OutputStream - gio.UnixOutputStream + gio.unix.OutputStream fd close_fd @@ -43,13 +43,13 @@ +-- gobject.GObject +-- gio.OutputStream - +-- gio.UnixOutputStream + +-- gio.unix.OutputStream - gio.UnixOutputStream Properties + gio.unix.OutputStream Properties
@@ -80,13 +80,13 @@ Description - gio.UnixOutputStream + gio.unix.OutputStream implements gio.OutputStream for writing to a UNIX file descriptor, including asynchronous operations. The file descriptor must be selectable, so it doesn't work with opened files. - Note that gio.UnixOutputStream + Note that gio.unix.OutputStream belongs to the UNIX-specific GIO interfaces, thus you have to use the gio-unix-2.0.pc pkg-config file when using it. @@ -96,7 +96,7 @@ Constructor - gio.UnixOutputStream + gio.unix.OutputStream fd close_fd @@ -115,13 +115,13 @@ Returns : a new - gio.UnixOutputStream + gio.unix.OutputStream - Creates a new gio.UnixOutputStream + Creates a new gio.unix.OutputStream from the given fd. @@ -134,7 +134,7 @@ Methods - gio.UnixOutputStream.get_close_fd + gio.unix.OutputStream.get_close_fd get_close_fd @@ -156,7 +156,7 @@ - gio.UnixOutputStream.get_fd + gio.unix.OutputStream.get_fd get_fd @@ -178,7 +178,7 @@ - gio.UnixOutputStream.set_close_fd + gio.unix.OutputStream.set_close_fd set_close_fd diff --git a/docs/reference/pygiounix-classes.xml b/docs/reference/pygiounix-classes.xml new file mode 100644 index 0000000..72b0081 --- /dev/null +++ b/docs/reference/pygiounix-classes.xml @@ -0,0 +1,13 @@ + + + + +PyGio Unix Class Reference + + + + + + diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index 08dd1dd..5fdd80b 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -25,6 +25,7 @@ module. +