~kamstrup/+junk/gio-compressed-streams

« back to all changes in this revision

Viewing changes to giocs/ggzipinputstream.h

  • Committer: "Mikkel Kamstrup Erlandsen"
  • Date: 2009-08-17 21:43:38 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20090817214338-5r0gzsqj4rgb2m7n
Everything compiles, but is still utterly broken and very non implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 * Implements #GCompressedInputStream with decompressing an input stream
41
41
 * compressed with the GZip standard.
42
42
 **/
 
43
typedef struct _GGZipInputStream         GGZipInputStream;
43
44
typedef struct _GGZipInputStreamClass    GGZipInputStreamClass;
44
45
typedef struct _GGZipInputStreamPrivate  GGZipInputStreamPrivate;
45
46