mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +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
|
* 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><gio/gunixinputstream.h></filename> belongs
|
* Note that <filename><gio/gunixinputstream.h></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
|
||||||
|
@ -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><gio/gunixoutputstream.h></filename> belongs
|
* Note that <filename><gio/gunixoutputstream.h></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
|
||||||
|
Loading…
Reference in New Issue
Block a user