GdaHanderType

GdaHanderType — Default handler for GType values

Stability Level

Stable, unless otherwise indicated

Types and Values

Object Hierarchy

    GObject
    ╰── GdaHandlerType

Implemented Interfaces

GdaHandlerType implements GdaDataHandler.

Description

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

Functions

gda_handler_type_new ()

GdaDataHandler *
gda_handler_type_new (void);

Creates a data handler for Gda types

Returns

the new object.

[type GdaHandlerType][transfer full]

Types and Values

GDA_TYPE_HANDLER_TYPE

#define GDA_TYPE_HANDLER_TYPE (gda_handler_type_get_type())

GdaHandlerType

typedef struct _GdaHandlerType GdaHandlerType;

See Also

GdaDataHandler interface