Gio.BytesIcon.new
function new(bytes: ByteArray): Gio.BytesIcon {
// Gjs wrapper for g_bytes_icon_new()
}
Creates a new icon for a bytes.
Since 2.38
- bytes
a GLib.Bytes.
- Returns
a Gio.Icon for the given bytes, or null on error.
function new(bytes: ByteArray): Gio.BytesIcon {
// Gjs wrapper for g_bytes_icon_new()
}
Creates a new icon for a bytes.
Since 2.38
a GLib.Bytes.
a Gio.Icon for the given bytes, or null on error.