Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gzlibcompressor.h File Reference
#include <gio/gconverter.h>
#include <gio/gfileinfo.h>

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 GZlibCompressorg_zlib_compressor_new (GZlibCompressorFormat format, int level)
 
GIO_AVAILABLE_IN_ALL GFileInfog_zlib_compressor_get_file_info (GZlibCompressor *compressor)
 
GIO_AVAILABLE_IN_ALL void g_zlib_compressor_set_file_info (GZlibCompressor *compressor, GFileInfo *file_info)
 

Macro Definition Documentation

◆ G_IS_ZLIB_COMPRESSOR

#define G_IS_ZLIB_COMPRESSOR ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_COMPRESSOR))

Definition at line 38 of file gzlibcompressor.h.

◆ G_IS_ZLIB_COMPRESSOR_CLASS

#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.

◆ G_TYPE_ZLIB_COMPRESSOR

#define G_TYPE_ZLIB_COMPRESSOR   (g_zlib_compressor_get_type ())

Definition at line 35 of file gzlibcompressor.h.

◆ G_ZLIB_COMPRESSOR

#define G_ZLIB_COMPRESSOR ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_COMPRESSOR, GZlibCompressor))

Definition at line 36 of file gzlibcompressor.h.

◆ G_ZLIB_COMPRESSOR_CLASS

#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.

◆ G_ZLIB_COMPRESSOR_GET_CLASS

#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 Documentation

◆ GZlibCompressorClass

Definition at line 42 of file gzlibcompressor.h.

Function Documentation

◆ g_zlib_compressor_get_file_info()

GIO_AVAILABLE_IN_ALL GFileInfo * g_zlib_compressor_get_file_info ( GZlibCompressor * compressor)

◆ g_zlib_compressor_get_type()

GIO_AVAILABLE_IN_ALL GType g_zlib_compressor_get_type ( void )

◆ g_zlib_compressor_new()

GIO_AVAILABLE_IN_ALL GZlibCompressor * g_zlib_compressor_new ( GZlibCompressorFormat format,
int level )

◆ g_zlib_compressor_set_file_info()

GIO_AVAILABLE_IN_ALL void g_zlib_compressor_set_file_info ( GZlibCompressor * compressor,
GFileInfo * file_info )