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