Add GConverterInputStream

Read and convert data from an input stream
This commit is contained in:
Alexander Larsson
2009-10-22 22:50:52 +02:00
parent 134e9bd84f
commit 848e0bf760
5 changed files with 628 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ libgio_2_0_la_SOURCES = \
gcontenttypeprivate.h \
gcharsetconverter.c \
gconverter.c \
gconverterinputstream.c \
gdatainputstream.c \
gdataoutputstream.c \
gdrive.c \
@@ -328,6 +329,7 @@ gio_headers = \
gcontenttype.h \
gcharsetconverter.h \
gconverter.h \
gconverterinputstream.h \
gdatainputstream.h \
gdataoutputstream.h \
gdrive.h \