IconInfo.loadSymbolicForContextFinish

Finishes an async icon load, see gtk.icon_info.IconInfo.loadSymbolicForContextAsync.

class IconInfo
loadSymbolicForContextFinish

Parameters

res gio.async_result.AsyncResult

a #GAsyncResult

wasSymbolic bool

a #gboolean, returns whether the loaded icon was a symbolic one and whether the fg color was applied to it.

Return Value

Type: gdkpixbuf.pixbuf.Pixbuf

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.object.ObjectWrap.unref to release your reference to the icon.

Throws