diff options
Diffstat (limited to 'json-glib/json-gobject.h')
-rw-r--r-- | json-glib/json-gobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h index c19c457..dc1fac6 100644 --- a/json-glib/json-gobject.h +++ b/json-glib/json-gobject.h @@ -50,7 +50,7 @@ typedef struct _JsonSerializableIface JsonSerializableIface; * @set_property: virtual function for setting a property * @get_property: virtual function for getting a property * - * Interface that allows serializing and deserializing #GObject<!-- -->s + * Interface that allows serializing and deserializing #GObject instances * with properties storing complex data types. The json_serialize_gobject() * function will check if the passed #GObject implements this interface, * so it can also be used to override the default property serialization |