mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Add notes about being UNIX-specific
svn path=/trunk/; revision=7756
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
* #GUnixInputStream implements #GInputStream for reading from a
|
||||
* UNIX file descriptor, including asynchronous operations. The file
|
||||
* descriptor must be selectable, so it doesn't work with opened files.
|
||||
**/
|
||||
*
|
||||
* Note that <filename><gio/gunixinputstream.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.
|
||||
*/
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
|
Reference in New Issue
Block a user