23#ifndef __G_ZLIB_COMPRESSOR_H__
24#define __G_ZLIB_COMPRESSOR_H__
26#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
27#error "Only <gio/gio.h> can be included directly."
35#define G_TYPE_ZLIB_COMPRESSOR (g_zlib_compressor_get_type ())
36#define G_ZLIB_COMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressor))
37#define G_ZLIB_COMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass))
38#define G_IS_ZLIB_COMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_COMPRESSOR))
39#define G_IS_ZLIB_COMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_ZLIB_COMPRESSOR))
40#define G_ZLIB_COMPRESSOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass))
#define GIO_AVAILABLE_IN_ALL
struct _GZlibCompressor GZlibCompressor
struct _GFileInfo GFileInfo
GIO_AVAILABLE_IN_ALL GType g_zlib_compressor_get_type(void) G_GNUC_CONST
GIO_AVAILABLE_IN_ALL GZlibCompressor * g_zlib_compressor_new(GZlibCompressorFormat format, int level)
GIO_AVAILABLE_IN_ALL GFileInfo * g_zlib_compressor_get_file_info(GZlibCompressor *compressor)
GIO_AVAILABLE_IN_ALL void g_zlib_compressor_set_file_info(GZlibCompressor *compressor, GFileInfo *file_info)
json_t format(printf, 1, 2)))
static int file_info(lua_State *L)
GObjectClass parent_class