mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user