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

@@ -40,6 +40,7 @@ typedef struct _GBufferedOutputStream GBufferedOutputStream;
typedef struct _GCancellable GCancellable;
typedef struct _GCharsetConverter GCharsetConverter;
typedef struct _GConverter GConverter;
typedef struct _GConverterInputStream GConverterInputStream;
typedef struct _GDataInputStream GDataInputStream;
/**