diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-25 11:23:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-25 11:24:53 +0100 |
commit | 617286e4d38a93e41e1e1d974d01c1d73fd2ff66 (patch) | |
tree | 165a1ec075fdfb98e7470d62de039e7e0e170ac4 /json-glib/json-gobject.c | |
parent | 19b0b873c07f918e06a8610f27a439334334a83d (diff) | |
download | json-glib-617286e4d38a93e41e1e1d974d01c1d73fd2ff66.tar.gz |
Add introspection annotations
Diffstat (limited to 'json-glib/json-gobject.c')
-rw-r--r-- | json-glib/json-gobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-gobject.c b/json-glib/json-gobject.c index 9401ab9..ba04e19 100644 --- a/json-glib/json-gobject.c +++ b/json-glib/json-gobject.c @@ -762,7 +762,7 @@ json_gobject_serialize (GObject *gobject) * * Note: the JSON data stream must be an object declaration. * - * Return value: a #GObject or %NULL + * Return value: (transfer full): a #GObject or %NULL * * Since: 0.4 * @@ -792,7 +792,7 @@ json_construct_gobject (GType gtype, * * Note: the JSON data stream must be an object declaration. * - * Return value: a #GObject or %NULL + * Return value: (transfer full): a #GObject or %NULL * * Since: 0.10 */ |