[glib] gunixinput/outputstream: fix docs



commit fac9e8d29f3b73afb17feca1fefe51986a09327c
Author: Dan Winship <danw gnome org>
Date:   Sun Nov 13 16:39:45 2011 -0500

    gunixinput/outputstream: fix docs
    
    Don't try to link to the docs of undocumented private classes

 gio/gunixinputstream.c  |    3 +--
 gio/gunixoutputstream.c |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c
index 1f8fad2..c213728 100644
--- a/gio/gunixinputstream.c
+++ b/gio/gunixinputstream.c
@@ -50,8 +50,7 @@
  * file descriptor, including asynchronous operations. (If the file
  * descriptor refers to a socket or pipe, this will use poll() to do
  * asynchronous I/O. If it refers to a regular file, it will fall back
- * to doing asynchronous I/O in another thread like
- * #GLocalFileInputStream.)
+ * to doing asynchronous I/O in another thread.)
  *
  * Note that <filename>&lt;gio/gunixinputstream.h&gt;</filename> belongs
  * to the UNIX-specific GIO interfaces, thus you have to use the
diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c
index 732a90a..a04e46e 100644
--- a/gio/gunixoutputstream.c
+++ b/gio/gunixoutputstream.c
@@ -50,8 +50,7 @@
  * file descriptor, including asynchronous operations. (If the file
  * descriptor refers to a socket or pipe, this will use poll() to do
  * asynchronous I/O. If it refers to a regular file, it will fall back
- * to doing asynchronous I/O in another thread like
- * #GLocalFileOutputStream.)
+ * to doing asynchronous I/O in another thread.)
  *
  * Note that <filename>&lt;gio/gunixoutputstream.h&gt;</filename> belongs
  * to the UNIX-specific GIO interfaces, thus you have to use the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]