IconInfo.loadIconFinish

Finishes an async icon load, see gtk_icon_info_load_icon_async().

class IconInfo
loadIconFinish

Parameters

res AsyncResultIF

a #GAsyncResult

Return Value

Type: 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 g_object_unref() to release your reference to the icon.

Throws

GException on failure.

Meta