mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gobject: Add missing transfer annotation to g_boxed_copy
This commit is contained in:
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.
|
||||
*
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user