LoadableIconT.loadFinish

Finishes an asynchronous icon load started in g_loadable_icon_load_async().

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

Parameters

res AsyncResultIF

a #GAsyncResult.

type string

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

Return Value

a #GInputStream to read the icon from.

Throws

GException on failure.

Meta