diff options
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 |
