image-pool

image-pool —

Synopsis




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

Object Hierarchy


  GObject
   +----CriaImagePool

Properties


  "attribute"            gchararray           : Read / Write / Construct

Description

Details

struct CriaImagePool

struct CriaImagePool;


struct CriaImagePoolClass

struct CriaImagePoolClass;


struct CriaImagePoolPrivate

struct CriaImagePoolPrivate;


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

Properties

"attribute" (gchararray : Read / Write / Construct)

A simple unneccessary attribute that does nothing special except being a demonstration for the correct implementation of a GObject property.