Gio.LoadableIcon::load
function vfunc_load(size: Number(gint), cancellable: Gio.Cancellable): [return_value: Gio.InputStream, type: String] { }
Loads a loadable icon. For the asynchronous version of this function, see Gio.LoadableIcon.prototype.load_async.
- size
an integer.
- cancellable
optional Gio.Cancellable object, null to ignore.
- Returns
a Gio.InputStream to read the icon from.