Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | _GZlibDecompressorClass |
Macros | |
#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_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) |
#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_TYPE_ZLIB_DECOMPRESSOR)) |
#define | G_ZLIB_DECOMPRESSOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) |
Typedefs | |
typedef struct _GZlibDecompressorClass | GZlibDecompressorClass |
#define G_IS_ZLIB_DECOMPRESSOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_DECOMPRESSOR)) |
Definition at line 38 of file gzlibdecompressor.h.
#define G_IS_ZLIB_DECOMPRESSOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_ZLIB_DECOMPRESSOR)) |
Definition at line 39 of file gzlibdecompressor.h.
#define G_TYPE_ZLIB_DECOMPRESSOR (g_zlib_decompressor_get_type ()) |
Definition at line 35 of file gzlibdecompressor.h.
#define G_ZLIB_DECOMPRESSOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressor)) |
Definition at line 36 of file gzlibdecompressor.h.
#define G_ZLIB_DECOMPRESSOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) |
Definition at line 37 of file gzlibdecompressor.h.
#define G_ZLIB_DECOMPRESSOR_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressorClass)) |
Definition at line 40 of file gzlibdecompressor.h.
typedef struct _GZlibDecompressorClass GZlibDecompressorClass |
Definition at line 42 of file gzlibdecompressor.h.
GIO_AVAILABLE_IN_ALL GFileInfo * g_zlib_decompressor_get_file_info | ( | GZlibDecompressor * | decompressor | ) |
GIO_AVAILABLE_IN_ALL GType g_zlib_decompressor_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GZlibDecompressor * g_zlib_decompressor_new | ( | GZlibCompressorFormat | format | ) |