GdaHanderBoolean

GdaHanderBoolean — Default handler for boolean values

Stability Level

Stable, unless otherwise indicated

Types and Values

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.

Functions

gda_handler_boolean_new ()

GdaDataHandler *
gda_handler_boolean_new (void);

Creates a data handler for booleans

Returns

the new object.

[type GdaHandlerBoolean][transfer full]

Types and Values

GDA_TYPE_HANDLER_BOOLEAN

#define GDA_TYPE_HANDLER_BOOLEAN (gda_handler_boolean_get_type())

GdaHandlerBoolean

typedef struct _GdaHandlerBoolean GdaHandlerBoolean;

See Also

GdaDataHandler interface