LoadableIconT.loadAsync

Loads an icon asynchronously. To finish this function, see g_loadable_icon_load_finish(). For the synchronous, blocking version of this function, see g_loadable_icon_load().

template LoadableIconT(TStruct)
void
loadAsync
(
int size
,,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

size int

an integer.

cancellable Cancellable

optional #GCancellable object, %NULL to ignore.

callback GAsyncReadyCallback

a #GAsyncReadyCallback to call when the request is satisfied

userData void*

the data to pass to callback function

Meta