json-enum-types

json-enum-types

Synopsis

GType               json_parser_error_get_type          (void);
#define             JSON_TYPE_PARSER_ERROR
GType               json_node_type_get_type             (void);
#define             JSON_TYPE_NODE_TYPE

Description

Details

json_parser_error_get_type ()

GType               json_parser_error_get_type          (void);

JSON_TYPE_PARSER_ERROR

#define JSON_TYPE_PARSER_ERROR (json_parser_error_get_type())

json_node_type_get_type ()

GType               json_node_type_get_type             (void);

JSON_TYPE_NODE_TYPE

#define JSON_TYPE_NODE_TYPE (json_node_type_get_type())