Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | _GZlibCompressorClass |
Macros | |
#define | G_TYPE_ZLIB_COMPRESSOR (g_zlib_compressor_get_type ()) |
#define | G_ZLIB_COMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressor)) |
#define | G_ZLIB_COMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass)) |
#define | G_IS_ZLIB_COMPRESSOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_COMPRESSOR)) |
#define | G_IS_ZLIB_COMPRESSOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_ZLIB_COMPRESSOR)) |
#define | G_ZLIB_COMPRESSOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass)) |
Typedefs | |
typedef struct _GZlibCompressorClass | GZlibCompressorClass |
Functions | |
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) |
#define G_IS_ZLIB_COMPRESSOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_COMPRESSOR)) |
Definition at line 38 of file gzlibcompressor.h.
#define G_IS_ZLIB_COMPRESSOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_ZLIB_COMPRESSOR)) |
Definition at line 39 of file gzlibcompressor.h.
#define G_TYPE_ZLIB_COMPRESSOR (g_zlib_compressor_get_type ()) |
Definition at line 35 of file gzlibcompressor.h.
#define G_ZLIB_COMPRESSOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressor)) |
Definition at line 36 of file gzlibcompressor.h.
#define G_ZLIB_COMPRESSOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass)) |
Definition at line 37 of file gzlibcompressor.h.
#define G_ZLIB_COMPRESSOR_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressorClass)) |
Definition at line 40 of file gzlibcompressor.h.
typedef struct _GZlibCompressorClass GZlibCompressorClass |
Definition at line 42 of file gzlibcompressor.h.
GIO_AVAILABLE_IN_ALL GFileInfo * g_zlib_compressor_get_file_info | ( | GZlibCompressor * | compressor | ) |
GIO_AVAILABLE_IN_ALL GType g_zlib_compressor_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GZlibCompressor * g_zlib_compressor_new | ( | GZlibCompressorFormat | format, |
int | level ) |
GIO_AVAILABLE_IN_ALL void g_zlib_compressor_set_file_info | ( | GZlibCompressor * | compressor, |
GFileInfo * | file_info ) |