GLoadableIconIface

Interface for icons that can be loaded as a stream.

Members

Variables

gIface
GTypeInterface gIface;

The parent interface.

load
GInputStream* function(GLoadableIcon* icon, int size, char** type, GCancellable* cancellable, GError** _err) load;

Loads an icon.

loadAsync
void function(GLoadableIcon* icon, int size, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) loadAsync;

Loads an icon asynchronously.

loadFinish
GInputStream* function(GLoadableIcon* icon, GAsyncResult* res, char** type, GError** _err) loadFinish;

Finishes an asynchronous icon load.