mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
Doc improvements
Make sure all unix-specific apis are marked as such.
This commit is contained in:
@@ -42,15 +42,15 @@
|
||||
|
||||
/**
|
||||
* SECTION:gunixoutputstream
|
||||
* @short_description: Streaming output operations for Unix file descriptors
|
||||
* @short_description: Streaming output operations for UNIX file descriptors
|
||||
* @include: gio/gunixoutputstream.h
|
||||
* @see_also: #GOutputStream
|
||||
*
|
||||
* #GUnixOutputStream implements #GOutputStream for writing to a
|
||||
* unix file descriptor, including asynchronous operations. The file
|
||||
* UNIX file descriptor, including asynchronous operations. The file
|
||||
* descriptor must be selectable, so it doesn't work with opened files.
|
||||
*
|
||||
* 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
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user