GdaHanderBoolean

GdaHanderBoolean — Default handler for boolean values

Stability Level

Stable, unless otherwise indicated

Synopsis

struct              GdaHandlerBoolean;
struct              GdaHandlerBooleanClass;
                    GdaHandlerBooleanPriv;
GdaDataHandler *    gda_handler_boolean_new             (void);

Object Hierarchy

  GObject
   +----GdaHandlerBoolean

Implemented Interfaces

GdaHandlerBoolean implements GdaDataHandler.

Description

You should normally not need to use this API, refer to the GdaDataHandler interface documentation for more information.

Details

struct GdaHandlerBoolean

struct GdaHandlerBoolean;

struct GdaHandlerBooleanClass

struct GdaHandlerBooleanClass {
	GObjectClass           parent_class;
};

GdaHandlerBooleanPriv

typedef struct _GdaHandlerBooleanPriv GdaHandlerBooleanPriv;

gda_handler_boolean_new ()

GdaDataHandler *    gda_handler_boolean_new             (void);

Creates a data handler for booleans

Returns :

the new object. [transfer full]

See Also

GdaDataHandler interface