Gio.LoadableIcon.prototype.load_finish

function load_finish(res: Gio.AsyncResult): [return_value: Gio.InputStream, type: String] {
    // Gjs wrapper for g_loadable_icon_load_finish()
}
  

Finishes an asynchronous icon load started in Gio.LoadableIcon.prototype.load_async.

res

a Gio.AsyncResult.

return_value

a Gio.InputStream to read the icon from.

type

a location to store the type of the loaded icon, null to ignore.