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

Go to the source code of this file.

Macros

#define G_TYPE_BYTES_ICON   (g_bytes_icon_get_type ())
 
#define G_BYTES_ICON(inst)   (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_BYTES_ICON, GBytesIcon))
 
#define G_IS_BYTES_ICON(inst)   (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_BYTES_ICON))
 

Functions

GIO_AVAILABLE_IN_2_38 GType g_bytes_icon_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_38 GIcong_bytes_icon_new (GBytes *bytes)
 
GIO_AVAILABLE_IN_2_38 GBytesg_bytes_icon_get_bytes (GBytesIcon *icon)
 

Macro Definition Documentation

◆ G_BYTES_ICON

#define G_BYTES_ICON ( inst)    (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_BYTES_ICON, GBytesIcon))

Definition at line 35 of file gbytesicon.h.

◆ G_IS_BYTES_ICON

#define G_IS_BYTES_ICON ( inst)    (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_BYTES_ICON))

Definition at line 36 of file gbytesicon.h.

◆ G_TYPE_BYTES_ICON

#define G_TYPE_BYTES_ICON   (g_bytes_icon_get_type ())

Definition at line 34 of file gbytesicon.h.

Function Documentation

◆ g_bytes_icon_get_bytes()

GIO_AVAILABLE_IN_2_38 GBytes * g_bytes_icon_get_bytes ( GBytesIcon * icon)

◆ g_bytes_icon_get_type()

GIO_AVAILABLE_IN_2_38 GType g_bytes_icon_get_type ( void )

◆ g_bytes_icon_new()

GIO_AVAILABLE_IN_2_38 GIcon * g_bytes_icon_new ( GBytes * bytes)