Gio.LoadableIcon

const Gio = imports.gi.Gio;

let loadable_icon = new Gio.LoadableIcon();
  

Extends the Gio.Icon interface and adds the ability to load icons from streams.

Prerequisites

LoadableIcon requires Gio.Icon

Known Implementations

LoadableIcon is implemented by BytesIcon and FileIcon