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

@@ -38,6 +38,7 @@ typedef struct _GAsyncInitable GAsyncInitable;
typedef struct _GBufferedInputStream GBufferedInputStream;
typedef struct _GBufferedOutputStream GBufferedOutputStream;
typedef struct _GCancellable GCancellable;
typedef struct _GConverter GConverter;
typedef struct _GDataInputStream GDataInputStream;
/**