mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Doc improvements
Make sure all unix-specific apis are marked as such.
This commit is contained in:
@@ -29,12 +29,16 @@
|
||||
/**
|
||||
* SECTION:gfiledescriptorbased
|
||||
* @short_description: Interface for file descriptor based IO
|
||||
* @include: gio/gio.h
|
||||
* @include: gio/gfiledescriptorbased.h
|
||||
* @see_also: #GInputStream, #GOutputStream
|
||||
*
|
||||
* #GFileDescriptorBased is implemented by streams (implementations of
|
||||
* #GInputStream or #GOutputStream) that are based on file descriptors.
|
||||
*
|
||||
* Note that <filename><gio/gfiledescriptorbased.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.
|
||||
*
|
||||
* Since: 2.24
|
||||
*
|
||||
**/
|
||||
|
Reference in New Issue
Block a user