From fac9e8d29f3b73afb17feca1fefe51986a09327c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 13 Nov 2011 16:39:45 -0500 Subject: [PATCH] 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 1f8fad23a..c2137280c 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 732a90ace..a04e46ee9 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