LoadableIconIF.load

Loads a loadable icon. For the asynchronous version of this function, see g_loadable_icon_load_async().

interface LoadableIconIF
load
(
int size
,
out string type
,)

Parameters

size int

an integer.

type string

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

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

Return Value

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

Throws

GException on failure.

Meta