Class: Gio::BytesIcon

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Overview

GBytes::Icon specifies an image held in memory in a common format (usually png) to be used as icon.

Instance Method Summary collapse

Instance Method Details

#bytesGLib::Bytes

The bytes containing the icon.

Returns:

  • (GLib::Bytes)

    bytes

#bytes=(bytes) ⇒ GLib::Bytes

The bytes containing the icon.

Parameters:

  • bytes (GLib::Bytes)

Returns:

  • (GLib::Bytes)

    bytes

  • (GLib::Bytes)

    bytes

#new(bytes) ⇒ Gio::BytesIcon

Creates a new icon for a bytes.

Parameters:

  • bytes (GLib::Bytes)

    a #GBytes.

Returns: