gzlibdecompressor.h   gzlibdecompressor.h 
skipping to change at line 31 skipping to change at line 31
*/ */
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
#error "Only <gio/gio.h> can be included directly." #error "Only <gio/gio.h> can be included directly."
#endif #endif
#ifndef __G_ZLIB_DECOMPRESSOR_H__ #ifndef __G_ZLIB_DECOMPRESSOR_H__
#define __G_ZLIB_DECOMPRESSOR_H__ #define __G_ZLIB_DECOMPRESSOR_H__
#include <gio/gconverter.h> #include <gio/gconverter.h>
#include <gio/gfileinfo.h>
G_BEGIN_DECLS G_BEGIN_DECLS
#define G_TYPE_ZLIB_DECOMPRESSOR (g_zlib_decompressor_get_type ()) #define G_TYPE_ZLIB_DECOMPRESSOR (g_zlib_decompressor_get_type ())
#define G_ZLIB_DECOMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressor)) #define G_ZLIB_DECOMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressor))
#define G_ZLIB_DECOMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TY PE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) #define G_ZLIB_DECOMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TY PE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass))
#define G_IS_ZLIB_DECOMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_DECOMPRESSOR)) #define G_IS_ZLIB_DECOMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_DECOMPRESSOR))
#define G_IS_ZLIB_DECOMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_T YPE_ZLIB_DECOMPRESSOR)) #define G_IS_ZLIB_DECOMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_T YPE_ZLIB_DECOMPRESSOR))
#define G_ZLIB_DECOMPRESSOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G _TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) #define G_ZLIB_DECOMPRESSOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G _TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass))
skipping to change at line 52 skipping to change at line 53
struct _GZlibDecompressorClass struct _GZlibDecompressorClass
{ {
GObjectClass parent_class; GObjectClass parent_class;
}; };
GType g_zlib_decompressor_get_type (void) G_GNUC_CONST; GType g_zlib_decompressor_get_type (void) G_GNUC_CONST;
GZlibDecompressor *g_zlib_decompressor_new (GZlibCompressorFormat format); GZlibDecompressor *g_zlib_decompressor_new (GZlibCompressorFormat format);
GFileInfo *g_zlib_decompressor_get_file_info (GZlibDecompressor *de
compressor);
G_END_DECLS G_END_DECLS
#endif /* __G_ZLIB_DECOMPRESSOR_H__ */ #endif /* __G_ZLIB_DECOMPRESSOR_H__ */
 End of changes. 2 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/