Add GConverter interface

This is an interface for stateful conversions of data. Its a generic
interface suitable for things like IConv, compression, decompression,
and regexp replacement.
This commit is contained in:
Alexander Larsson
2009-11-18 13:14:13 +01:00
parent 110133135d
commit 0d86b25f91
6 changed files with 366 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ libgio_2_0_la_SOURCES = \
gcancellable.c \
gcontenttype.c \
gcontenttypeprivate.h \
gconverter.c \
gdatainputstream.c \
gdataoutputstream.c \
gdrive.c \
@@ -324,6 +325,7 @@ gio_headers = \
gbufferedoutputstream.h \
gcancellable.h \
gcontenttype.h \
gconverter.h \
gdatainputstream.h \
gdataoutputstream.h \
gdrive.h \