Interface LoadableIcon
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public interface LoadableIcon : IHandle
- Inherited Members
Methods
Load(int, out string, Cancellable?)
InputStream Load(int size, out string type, Cancellable? cancellable)
Parameters
size
inttype
stringcancellable
Cancellable
Returns
LoadFinish(AsyncResult, out string)
InputStream LoadFinish(AsyncResult res, out string type)
Parameters
res
AsyncResulttype
string