Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk-pixbuf-loader.h>
Data Fields | |
GObjectClass | parent_class |
void(* | size_prepared )(GdkPixbufLoader *loader, int width, int height) |
void(* | area_prepared )(GdkPixbufLoader *loader) |
void(* | area_updated )(GdkPixbufLoader *loader, int x, int y, int width, int height) |
void(* | closed )(GdkPixbufLoader *loader) |
Definition at line 56 of file gdk-pixbuf-loader.h.
void(* _GdkPixbufLoaderClass::area_prepared) (GdkPixbufLoader *loader) |
Definition at line 64 of file gdk-pixbuf-loader.h.
void(* _GdkPixbufLoaderClass::area_updated) (GdkPixbufLoader *loader, int x, int y, int width, int height) |
Definition at line 67 of file gdk-pixbuf-loader.h.
void(* _GdkPixbufLoaderClass::closed) (GdkPixbufLoader *loader) |
Definition at line 73 of file gdk-pixbuf-loader.h.
GObjectClass _GdkPixbufLoaderClass::parent_class |
Definition at line 58 of file gdk-pixbuf-loader.h.
void(* _GdkPixbufLoaderClass::size_prepared) (GdkPixbufLoader *loader, int width, int height) |
Definition at line 60 of file gdk-pixbuf-loader.h.