gunixinput/outputstream: fix docs
authorDan Winship <danw@gnome.org>
Sun, 13 Nov 2011 21:39:45 +0000 (16:39 -0500)
committerDan Winship <danw@gnome.org>
Sun, 13 Nov 2011 21:39:45 +0000 (16:39 -0500)
Don't try to link to the docs of undocumented private classes

gio/gunixinputstream.c
gio/gunixoutputstream.c

index 1f8fad2..c213728 100644 (file)
@@ -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
index 732a90a..a04e46e 100644 (file)
@@ -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