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

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
 

Functions

GIO_AVAILABLE_IN_ALL GType g_zlib_decompressor_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GZlibDecompressorg_zlib_decompressor_new (GZlibCompressorFormat format)
 
GIO_AVAILABLE_IN_ALL GFileInfog_zlib_decompressor_get_file_info (GZlibDecompressor *decompressor)
 

Macro Definition Documentation

◆ G_IS_ZLIB_DECOMPRESSOR

#define G_IS_ZLIB_DECOMPRESSOR ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_ZLIB_DECOMPRESSOR))

Definition at line 38 of file gzlibdecompressor.h.

◆ G_IS_ZLIB_DECOMPRESSOR_CLASS

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

◆ G_TYPE_ZLIB_DECOMPRESSOR

#define G_TYPE_ZLIB_DECOMPRESSOR   (g_zlib_decompressor_get_type ())

Definition at line 35 of file gzlibdecompressor.h.

◆ G_ZLIB_DECOMPRESSOR

#define G_ZLIB_DECOMPRESSOR ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_ZLIB_DECOMPRESSOR, GZlibDecompressor))

Definition at line 36 of file gzlibdecompressor.h.

◆ G_ZLIB_DECOMPRESSOR_CLASS

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

◆ G_ZLIB_DECOMPRESSOR_GET_CLASS

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

◆ GZlibDecompressorClass

Definition at line 42 of file gzlibdecompressor.h.

Function Documentation

◆ g_zlib_decompressor_get_file_info()

GIO_AVAILABLE_IN_ALL GFileInfo * g_zlib_decompressor_get_file_info ( GZlibDecompressor * decompressor)

◆ g_zlib_decompressor_get_type()

GIO_AVAILABLE_IN_ALL GType g_zlib_decompressor_get_type ( void )

◆ g_zlib_decompressor_new()

GIO_AVAILABLE_IN_ALL GZlibDecompressor * g_zlib_decompressor_new ( GZlibCompressorFormat format)