Object Hierarchy
GObject
+----CriaImagePool
Details
CriaImagePool
typedef struct _CriaImagePool CriaImagePool;
CriaImagePoolClass
typedef struct _GObjectClass CriaImagePoolClass;
cria_image_pool_get_pixbuf ()
GdkPixbuf* cria_image_pool_get_pixbuf (CriaImage *image,
GError **errloc);
Get the GdkPixbuf from a CriaImage.
image : |
a CriaImage
|
errloc : |
a return location for a GError
|
Returns : |
a GdkPixbuf. ref it as long as you need it
|