mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
gunixinput/outputstream: fix docs
Don't try to link to the docs of undocumented private classes
This commit is contained in:
parent
9b4cc6edf4
commit
fac9e8d29f
@ -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><gio/gunixinputstream.h></filename> belongs
|
||||
* to the UNIX-specific GIO interfaces, thus you have to use the
|
||||
|
@ -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><gio/gunixoutputstream.h></filename> belongs
|
||||
* to the UNIX-specific GIO interfaces, thus you have to use the
|
||||
|
Loading…
Reference in New Issue
Block a user