summaryrefslogtreecommitdiff
path: root/json-glib/json-serializable.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-10-28 12:01:21 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-10-28 12:01:21 +0000
commitfc0607c740b153acc96e4df12a12b042e08e831b (patch)
tree3c63082257ffdee214b43322bb767e3dd440ed08 /json-glib/json-serializable.c
parent498827110f3d635e545c7351732551676a06a1bf (diff)
downloadjson-glib-fc0607c740b153acc96e4df12a12b042e08e831b.tar.gz
docs: Add long descriptions
The json-boxed and json-serializable sections are missing the long description for the API reference.
Diffstat (limited to 'json-glib/json-serializable.c')
-rw-r--r--json-glib/json-serializable.c5
1 files changed, 4 insertions, 1 deletions
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