From ee38a1af8020a83174277d83f5b10efe0e498fc1 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 23 Jan 2014 17:22:19 +0100 Subject: [PATCH] gobject: Add missing transfer annotation to g_boxed_copy --- gobject/gboxed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4