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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loadFinish
GInputStream* function(GLoadableIcon* icon, GAsyncResult* res, char** type, GError** err) loadFinish;

Meta