BytesIcon

constructor(bytes: <Error class: unknown class>)

Creates a new icon for a bytes.

This cannot fail, but loading and interpreting the bytes may fail later on (for example, if g_loadable_icon_load() is called) if the image is invalid.

Return

a #GIcon for the given

Since

2.38

Parameters

bytes

a #GBytes.


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)