libpurple/protocols/facebook/json.h

changeset 37471
32c1e77d0474
parent 37415
a06ade737f26
child 37473
9fd3018c170f
equal deleted inserted replaced
37470:7acd79998245 37471:32c1e77d0474
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

mercurial