GdaHanderNumerical

GdaHanderNumerical — Default handler for numeric values

Stability Level

Stable, unless otherwise indicated

Types and Values

Object Hierarchy

    GObject
    ╰── GdaHandlerNumerical

Implemented Interfaces

GdaHandlerNumerical implements GdaDataHandler.

Description

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

Functions

gda_handler_numerical_new ()

GdaDataHandler *
gda_handler_numerical_new (void);

Creates a data handler for numerical values

Returns

the new object.

[type GdaHandlerNumerical][transfer full]

Types and Values

GDA_TYPE_HANDLER_NUMERICAL

#define GDA_TYPE_HANDLER_NUMERICAL (gda_handler_numerical_get_type())

GdaHandlerNumerical

typedef struct _GdaHandlerNumerical GdaHandlerNumerical;

See Also

GdaDataHandler interface