gobject: Add missing transfer annotation to g_boxed_copy
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 23 Jan 2014 16:22:19 +0000 (17:22 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 23 Jan 2014 16:22:19 +0000 (17:22 +0100)
gobject/gboxed.c

index 37ce604..9456bd3 100644 (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,