Frameworks/libjson-glib.framework/Versions/1.0.0/Headers/json-enum-types.h
author Evan Schoenberg
Wed Aug 19 21:41:43 2009 -0500 (2009-08-19)
branchadium-1.3
changeset 373 feaca9408bef
parent 368 bd00f88bb0b6
child 406 b7048bf89e19
permissions -rw-r--r--
Now with more actual building, I think
     1 /* Generated data (by glib-mkenums) */
     2 
     3 #if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
     4 #error "Only <json-glib/json-glib.h> can be included directly."
     5 #endif
     6 
     7 #ifndef __JSON_ENUM_TYPES_H__
     8 #define __JSON_ENUM_TYPES_H__
     9 
    10 #include <glib-object.h>
    11 
    12 G_BEGIN_DECLS
    13 
    14 /* enumerations from "/Users/evands/adium-1.3/Utilities/dep-build-scripts/source/json-glib-0.7.6/json-glib/json-parser.h" */
    15 GType json_parser_error_get_type (void) G_GNUC_CONST;
    16 #define JSON_TYPE_PARSER_ERROR (json_parser_error_get_type())
    17 
    18 /* enumerations from "/Users/evands/adium-1.3/Utilities/dep-build-scripts/source/json-glib-0.7.6/json-glib/json-types.h" */
    19 GType json_node_type_get_type (void) G_GNUC_CONST;
    20 #define JSON_TYPE_NODE_TYPE (json_node_type_get_type())
    21 
    22 G_END_DECLS
    23 
    24 #endif /* !__JSON_ENUM_TYPES_H__ */
    25 
    26 /* Generated data ends here */
    27