libpurple/protocols/facebook/json.h

changeset 41122
f29fa0dda4bf
parent 41084
72d6941bfa2e
child 41293
bfd8314a1a74
equal deleted inserted replaced
41121:85ddac53ef14 41122:f29fa0dda4bf
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21 21
22 #ifndef PURPLE_FACEBOOK_JSON_H 22 #ifndef PURPLE_FACEBOOK_JSON_H
23 #define PURPLE_FACEBOOK_JSON_H 23 #define PURPLE_FACEBOOK_JSON_H
24
25 /**
26 * SECTION:json
27 * @section_id: facebook-json
28 * @short_description: <filename>json.h</filename>
29 * @title: JSON Utilities
30 *
31 * The JSON utilities.
32 */
33 24
34 #include <glib.h> 25 #include <glib.h>
35 #include <json-glib/json-glib.h> 26 #include <json-glib/json-glib.h>
36 27
37 #define FB_TYPE_JSON_VALUES fb_json_values_get_type() 28 #define FB_TYPE_JSON_VALUES fb_json_values_get_type()
81 FB_JSON_TYPE_DBL = G_TYPE_DOUBLE, 72 FB_JSON_TYPE_DBL = G_TYPE_DOUBLE,
82 FB_JSON_TYPE_INT = G_TYPE_INT64, 73 FB_JSON_TYPE_INT = G_TYPE_INT64,
83 FB_JSON_TYPE_STR = G_TYPE_STRING 74 FB_JSON_TYPE_STR = G_TYPE_STRING
84 } FbJsonType; 75 } FbJsonType;
85 76
86 /**
87 * fb_json_values_get_type:
88 *
89 * Returns: The #GType for an #FbJsonValues.
90 */
91 G_DECLARE_FINAL_TYPE(FbJsonValues, fb_json_values, FB, JSON_VALUES, 77 G_DECLARE_FINAL_TYPE(FbJsonValues, fb_json_values, FB, JSON_VALUES,
92 GObject) 78 GObject)
93 79
94 /** 80 /**
95 * fb_json_error_quark: 81 * fb_json_error_quark:

mercurial