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;
loadAsync
void function(GLoadableIcon* icon, int size, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) loadAsync;
loadFinish
GInputStream* function(GLoadableIcon* icon, GAsyncResult* res, char** type, GError** err) loadFinish;