GdaHanderNumerical

GdaHanderNumerical — Default handler for numeric values

Stability Level

Stable, unless otherwise indicated

Synopsis

struct              GdaHandlerNumerical;
struct              GdaHandlerNumericalClass;
                    GdaHandlerNumericalPriv;
GdaDataHandler *    gda_handler_numerical_new           (void);

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.

Details

struct GdaHandlerNumerical

struct GdaHandlerNumerical;

struct GdaHandlerNumericalClass

struct GdaHandlerNumericalClass {
	GObjectClass              parent_class;
};

GdaHandlerNumericalPriv

typedef struct _GdaHandlerNumericalPriv GdaHandlerNumericalPriv;

gda_handler_numerical_new ()

GdaDataHandler *    gda_handler_numerical_new           (void);

Creates a data handler for numerical values

Returns :

the new object. [transfer full]

See Also

GdaDataHandler interface