1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-21 17:37:53 +02:00

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

@@ -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. * 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 gpointer
g_boxed_copy (GType boxed_type, g_boxed_copy (GType boxed_type,