LoadableIconT.loadFinish

Finishes an asynchronous icon load started in g_loadable_icon_load_async().

template LoadableIconT(TStruct)
loadFinish
(,
out string type
)

Parameters

res AsyncResultIF
type string

a location to store the type of the loaded icon, NULL to ignore.

Return Value

a gio.InputStream to read the icon from.

Throws

GException on failure.