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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user