From fc0607c740b153acc96e4df12a12b042e08e831b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 28 Oct 2009 12:01:21 +0000 Subject: docs: Add long descriptions The json-boxed and json-serializable sections are missing the long description for the API reference. --- json-glib/json-serializable.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'json-glib/json-serializable.c') diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c index 277677b..1f596e1 100644 --- a/json-glib/json-serializable.c +++ b/json-glib/json-serializable.c @@ -21,7 +21,10 @@ * SECTION:json-serializable * @short_description: Interface for serialize and deserialize special GObjects * - * FIXME + * #JsonSerializable is an interface for #GObject classes that + * allows controlling how the class is going to be serialized + * or deserialized by json_construct_gobject() and + * json_serialize_gobject() respectively. */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1