From: Rico Tzschichholz Date: Thu, 23 Jan 2014 16:22:19 +0000 (+0100) Subject: gobject: Add missing transfer annotation to g_boxed_copy X-Git-Tag: 2.39.4~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee38a1af8020a83174277d83f5b10efe0e498fc1;p=platform%2Fupstream%2Fglib.git gobject: Add missing transfer annotation to g_boxed_copy --- diff --git a/gobject/gboxed.c b/gobject/gboxed.c index 37ce604..9456bd3 100644 --- a/gobject/gboxed.c +++ b/gobject/gboxed.c @@ -331,7 +331,7 @@ g_boxed_type_register_static (const gchar *name, * * Provide a copy of a boxed structure @src_boxed which is of type @boxed_type. * - * Returns: The newly created copy of the boxed structure. + * Returns: (transfer full): The newly created copy of the boxed structure. */ gpointer g_boxed_copy (GType boxed_type,