mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
GFileDescriptorBased: New interface
New interface for file descriptor based io object. The interface is only exported on unix based systems. See bug 604086.
This commit is contained in:
@@ -157,6 +157,7 @@ unix_sources = \
|
||||
giounixincludedir=$(includedir)/gio-unix-2.0/gio
|
||||
giounixinclude_HEADERS = \
|
||||
gdesktopappinfo.h \
|
||||
gfiledescriptorbased.h \
|
||||
gunixconnection.h \
|
||||
gunixmounts.h \
|
||||
gunixfdlist.h \
|
||||
@@ -210,6 +211,8 @@ libgio_2_0_la_SOURCES = \
|
||||
gfile.c \
|
||||
gfileattribute.c \
|
||||
gfileattribute-priv.h \
|
||||
gfiledescriptorbased.h \
|
||||
gfiledescriptorbased.c \
|
||||
gfileenumerator.c \
|
||||
gfileicon.c \
|
||||
gfileinfo.c \
|
||||
|
Reference in New Issue
Block a user