diff --git a/gobject/gboxed.c b/gobject/gboxed.c index 37ce60452..9456bd3fa 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,