IconInfo.loadSymbolicAsync

Asynchronously load, render and scale a symbolic icon previously looked up from the icon theme using gtk_icon_theme_lookup_icon().

For more details, see gtk_icon_info_load_symbolic() which is the synchronous version of this call.

class IconInfo
void
loadSymbolicAsync

Parameters

fg RGBA

a #GdkRGBA representing the foreground color of the icon

successColor RGBA

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

warningColor RGBA

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

errorColor RGBA

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

cancellable Cancellable

optional #GCancellable object, %NULL to ignore

callback GAsyncReadyCallback

a #GAsyncReadyCallback to call when the request is satisfied

userData void*

the data to pass to callback function

Meta