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:
Christian Kellner
2010-02-07 14:51:01 +01:00
parent 3840151012
commit 4536a4adbc
4 changed files with 139 additions and 0 deletions

View File

@@ -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 \