- gIface
GTypeInterface gIface;
Undocumented in source.
- load
GInputStream* function(GLoadableIcon* icon, int size, char** type, GCancellable* cancellable, GError** error) load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- 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** error) loadFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Interface for icons that can be loaded as a stream. GTypeInterface g_iface; The parent interface. load () Loads an icon. load_async () Loads an icon asynchronously. load_finish () Finishes an asynchronous icon load.