IconInfo.loadSymbolicAsync

void loadSymbolicAsync(gdk.rgba.RGBA fg, gdk.rgba.RGBA successColor, gdk.rgba.RGBA warningColor, gdk.rgba.RGBA errorColor, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

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

fga #GdkRGBA representing the foreground color of the icon
successColora #GdkRGBA representing the warning color of the icon or null to use the default color
warningColora #GdkRGBA representing the warning color of the icon or null to use the default color
errorColora #GdkRGBA representing the error color of the icon or null to use the default color (allow-none)
cancellableoptional #GCancellable object, null to ignore
callbacka #GAsyncReadyCallback to call when the request is satisfied