gobject: Add missing transfer annotation to g_boxed_copy

This commit is contained in:
Rico Tzschichholz 2014-01-23 17:22:19 +01:00
parent 46e13e5d49
commit ee38a1af80

View File

@ -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,