Add GFileIOStream class

This is similar to GFileInputStream and GFileOutputStream for GIOStreams.
The default implementations chain to the Output stream.
This commit is contained in:
Alexander Larsson
2009-05-12 16:59:36 +02:00
parent 6d0bebb7df
commit bd0b8c60c2
7 changed files with 803 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ typedef struct _GFileAttributeInfo GFileAttributeInfo;
typedef struct _GFileAttributeInfoList GFileAttributeInfoList;
typedef struct _GFileInputStream GFileInputStream;
typedef struct _GFileOutputStream GFileOutputStream;
typedef struct _GFileIOStream GFileIOStream;
typedef struct _GFileIcon GFileIcon;
typedef struct _GFilenameCompleter GFilenameCompleter;