gio.bytes_icon
Module for [BytesIcon] class
Types 3
gio.bytes_icon.BytesIcon specifies an image held in memory in a common format (usually PNG) to be used as icon.
Methods
BytesIconGidBuilder builder() static nothrowGet builder for [gio.bytes_icon.BytesIcon] Returns: New builder objectglib.bytes.Bytes bytes() @property nothrowGet `bytes` property. Returns: The bytes containing the icon.glib.bytes.Bytes getBytes() nothrowGets the #GBytes associated with the given icon. Returns: a #GBytes.Constructors
this(glib.bytes.Bytes bytes)Creates a new icon for a bytes.classBytesIconGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gio.icon.IconGidBuilderImpl!T, gio.loadable_icon.LoadableIconGidBuilderImpl!T
Fluent builder implementation template for gio.bytes_icon.BytesIcon
Methods
T bytes(glib.bytes.Bytes propval) nothrowSet `bytes` property. Params: propval = The bytes containing the icon. Returns: Builder instance for fluent chainingFluent builder for gio.bytes_icon.BytesIcon