gunixinput/outputstream: fix docs

Don't try to link to the docs of undocumented private classes
This commit is contained in:
Dan Winship 2011-11-13 16:39:45 -05:00
parent 9b4cc6edf4
commit fac9e8d29f
2 changed files with 2 additions and 4 deletions

View File

@ -50,8 +50,7 @@
* file descriptor, including asynchronous operations. (If the file * file descriptor, including asynchronous operations. (If the file
* descriptor refers to a socket or pipe, this will use poll() to do * 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 * asynchronous I/O. If it refers to a regular file, it will fall back
* to doing asynchronous I/O in another thread like * to doing asynchronous I/O in another thread.)
* #GLocalFileInputStream.)
* *
* Note that <filename>&lt;gio/gunixinputstream.h&gt;</filename> belongs * Note that <filename>&lt;gio/gunixinputstream.h&gt;</filename> belongs
* to the UNIX-specific GIO interfaces, thus you have to use the * to the UNIX-specific GIO interfaces, thus you have to use the

View File

@ -50,8 +50,7 @@
* file descriptor, including asynchronous operations. (If the file * file descriptor, including asynchronous operations. (If the file
* descriptor refers to a socket or pipe, this will use poll() to do * 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 * asynchronous I/O. If it refers to a regular file, it will fall back
* to doing asynchronous I/O in another thread like * to doing asynchronous I/O in another thread.)
* #GLocalFileOutputStream.)
* *
* Note that <filename>&lt;gio/gunixoutputstream.h&gt;</filename> belongs * Note that <filename>&lt;gio/gunixoutputstream.h&gt;</filename> belongs
* to the UNIX-specific GIO interfaces, thus you have to use the * to the UNIX-specific GIO interfaces, thus you have to use the