Gtk.IconInfo.prototype.load_symbolic_for_context_finish

function load_symbolic_for_context_finish(res:Gio.AsyncResult):GdkPixbuf.Pixbuf {
    // Gjs wrapper for gtk_icon_info_load_symbolic_for_context_finish()
}

Finishes an async icon load, see Gtk.IconInfo.prototype.load_symbolic_for_context_async.

Since 3.8

res

a Gio.AsyncResult

Returns

the rendered icon; this may be a newly created icon or a new reference to an internal icon, so you must not modify the icon. Use GObject.unref to release your reference to the icon.