Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdktexturedownloader.h File Reference
#include <gdk/gdktypes.h>

Go to the source code of this file.

Macros

#define GDK_TYPE_TEXTURE_DOWNLOADER   (gdk_texture_downloader_get_type ())
 

Functions

GDK_AVAILABLE_IN_4_10 GType gdk_texture_downloader_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_4_10 GdkTextureDownloadergdk_texture_downloader_new (GdkTexture *texture)
 
GDK_AVAILABLE_IN_4_10 GdkTextureDownloadergdk_texture_downloader_copy (const GdkTextureDownloader *self)
 
GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_free (GdkTextureDownloader *self)
 
GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_set_texture (GdkTextureDownloader *self, GdkTexture *texture)
 
GDK_AVAILABLE_IN_4_10 GdkTexturegdk_texture_downloader_get_texture (const GdkTextureDownloader *self)
 
GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_set_format (GdkTextureDownloader *self, GdkMemoryFormat format)
 
GDK_AVAILABLE_IN_4_10 GdkMemoryFormat gdk_texture_downloader_get_format (const GdkTextureDownloader *self)
 
GDK_AVAILABLE_IN_4_16 void gdk_texture_downloader_set_color_state (GdkTextureDownloader *self, GdkColorState *color_state)
 
GDK_AVAILABLE_IN_4_16 GdkColorStategdk_texture_downloader_get_color_state (const GdkTextureDownloader *self)
 
GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_download_into (const GdkTextureDownloader *self, guchar *data, gsize stride)
 
GDK_AVAILABLE_IN_4_10 GBytesgdk_texture_downloader_download_bytes (const GdkTextureDownloader *self, gsize *out_stride)
 

Macro Definition Documentation

◆ GDK_TYPE_TEXTURE_DOWNLOADER

#define GDK_TYPE_TEXTURE_DOWNLOADER   (gdk_texture_downloader_get_type ())

Definition at line 28 of file gdktexturedownloader.h.

Function Documentation

◆ gdk_texture_downloader_copy()

GDK_AVAILABLE_IN_4_10 GdkTextureDownloader * gdk_texture_downloader_copy ( const GdkTextureDownloader * self)

◆ gdk_texture_downloader_download_bytes()

GDK_AVAILABLE_IN_4_10 GBytes * gdk_texture_downloader_download_bytes ( const GdkTextureDownloader * self,
gsize * out_stride )

◆ gdk_texture_downloader_download_into()

GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_download_into ( const GdkTextureDownloader * self,
guchar * data,
gsize stride )

◆ gdk_texture_downloader_free()

GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_free ( GdkTextureDownloader * self)

◆ gdk_texture_downloader_get_color_state()

GDK_AVAILABLE_IN_4_16 GdkColorState * gdk_texture_downloader_get_color_state ( const GdkTextureDownloader * self)

◆ gdk_texture_downloader_get_format()

GDK_AVAILABLE_IN_4_10 GdkMemoryFormat gdk_texture_downloader_get_format ( const GdkTextureDownloader * self)

◆ gdk_texture_downloader_get_texture()

GDK_AVAILABLE_IN_4_10 GdkTexture * gdk_texture_downloader_get_texture ( const GdkTextureDownloader * self)

◆ gdk_texture_downloader_get_type()

GDK_AVAILABLE_IN_4_10 GType gdk_texture_downloader_get_type ( void )

◆ gdk_texture_downloader_new()

GDK_AVAILABLE_IN_4_10 GdkTextureDownloader * gdk_texture_downloader_new ( GdkTexture * texture)

◆ gdk_texture_downloader_set_color_state()

GDK_AVAILABLE_IN_4_16 void gdk_texture_downloader_set_color_state ( GdkTextureDownloader * self,
GdkColorState * color_state )

◆ gdk_texture_downloader_set_format()

GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_set_format ( GdkTextureDownloader * self,
GdkMemoryFormat format )

◆ gdk_texture_downloader_set_texture()

GDK_AVAILABLE_IN_4_10 void gdk_texture_downloader_set_texture ( GdkTextureDownloader * self,
GdkTexture * texture )