IconInfo.loadSymbolicAsync

Asynchronously load, render and scale a symbolic icon previously looked up from the icon theme using gtk.icon_theme.IconTheme.lookupIcon.

For more details, see gtk.icon_info.IconInfo.loadSymbolic which is the synchronous version of this call.

Parameters

fg gdk.rgba.RGBA

a #GdkRGBA representing the foreground color of the icon

successColor gdk.rgba.RGBA

a #GdkRGBA representing the warning color of the icon or null to use the default color

warningColor gdk.rgba.RGBA

a #GdkRGBA representing the warning color of the icon or null to use the default color

errorColor gdk.rgba.RGBA

a #GdkRGBA representing the error color of the icon or null to use the default color (allow-none)

cancellable gio.cancellable.Cancellable

optional #GCancellable object, null to ignore

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback to call when the request is satisfied