LoadableIconIF.loadFinish

Finishes an asynchronous icon load started in g_loadable_icon_load_async().

interface LoadableIconIF
loadFinish
(,
out string type
)

Parameters

res AsyncResultIF

a GAsyncResult.

type string

a location to store the type of the loaded icon, NULL to ignore. out[allow-none]

Return Value

a GInputStream to read the icon from. [transfer full]

Throws

GException on failure.

Meta