diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-10-28 12:01:21 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-10-28 12:01:21 +0000 |
commit | fc0607c740b153acc96e4df12a12b042e08e831b (patch) | |
tree | 3c63082257ffdee214b43322bb767e3dd440ed08 /json-glib/json-serializable.c | |
parent | 498827110f3d635e545c7351732551676a06a1bf (diff) | |
download | json-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.c | 5 |
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 |