Top |
Description
GBytesIcon specifies an image held in memory in a common format (usually png) to be used as icon.
Functions
g_bytes_icon_new ()
GIcon *
g_bytes_icon_new (GBytes *bytes
);
Creates a new icon for a bytes.
Since 2.38
Types and Values
GBytesIcon
typedef struct _GBytesIcon GBytesIcon;
Gets an icon for a GBytes. Implements GLoadableIcon.
Property Details
The “bytes”
property
“bytes” GBytes *
The bytes containing the icon.
Flags: Read / Write / Construct Only