image-pool

image-pool —

Synopsis




            CriaImagePool;
typedef     CriaImagePoolClass;
GdkPixbuf*  cria_image_pool_get_pixbuf      (CriaImage *image,
                                             GError **errloc);

Object Hierarchy


  GObject
   +----CriaImagePool

Description

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