| 44 /** |
44 /** |
| 45 * FB_JSON_ERROR: |
45 * FB_JSON_ERROR: |
| 46 * |
46 * |
| 47 * The #GQuark of the domain of JSON errors. |
47 * The #GQuark of the domain of JSON errors. |
| 48 */ |
48 */ |
| 49 #define FB_JSON_ERROR fb_json_error_quark() |
49 #define FB_JSON_ERROR fb_json_error_quark() |
| 50 |
50 |
| 51 typedef struct _FbJsonValues FbJsonValues; |
51 typedef struct _FbJsonValues FbJsonValues; |
| 52 typedef struct _FbJsonValuesClass FbJsonValuesClass; |
52 typedef struct _FbJsonValuesClass FbJsonValuesClass; |
| 53 typedef struct _FbJsonValuesPrivate FbJsonValuesPrivate; |
53 typedef struct _FbJsonValuesPrivate FbJsonValuesPrivate; |
| 54 |
54 |