| GdaHanderTypeGdaHanderType — Default handler for GType values |  | 
Stability Level
Stable, unless otherwise indicated
 
Object Hierarchy
    GObject
    ╰── GdaHandlerType
 
Includes
#include <libgda/gda-blob-op.h>
 
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
 
 
Types and Values
struct GdaHandlerType
struct GdaHandlerType;
 
struct GdaHandlerTypeClass
struct GdaHandlerTypeClass {
	GObjectClass        parent_class;
};
 
GdaHandlerTypePriv
typedef struct _GdaHandlerTypePriv GdaHandlerTypePriv;