From: Dan Winship Date: Sun, 13 Nov 2011 21:39:45 +0000 (-0500) Subject: gunixinput/outputstream: fix docs X-Git-Tag: 2.31.2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fac9e8d29f3b73afb17feca1fefe51986a09327c;p=platform%2Fupstream%2Fglib.git gunixinput/outputstream: fix docs Don't try to link to the docs of undocumented private classes --- 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 <gio/gunixinputstream.h> 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 <gio/gunixoutputstream.h> belongs * to the UNIX-specific GIO interfaces, thus you have to use the