Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 GIcon * | g_bytes_icon_new (GBytes *bytes) |
GIO_AVAILABLE_IN_2_38 GBytes * | g_bytes_icon_get_bytes (GBytesIcon *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.
#define G_IS_BYTES_ICON | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_BYTES_ICON)) |
Definition at line 36 of file gbytesicon.h.
#define G_TYPE_BYTES_ICON (g_bytes_icon_get_type ()) |
Definition at line 34 of file gbytesicon.h.
GIO_AVAILABLE_IN_2_38 GBytes * g_bytes_icon_get_bytes | ( | GBytesIcon * | icon | ) |
GIO_AVAILABLE_IN_2_38 GType g_bytes_icon_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_38 GIcon * g_bytes_icon_new | ( | GBytes * | bytes | ) |