[glib] gobject: Add missing transfer annotation to g_boxed_copy
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gobject: Add missing transfer annotation to g_boxed_copy
- Date: Thu, 23 Jan 2014 16:23:15 +0000 (UTC)
commit ee38a1af8020a83174277d83f5b10efe0e498fc1
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Jan 23 17:22:19 2014 +0100
gobject: Add missing transfer annotation to g_boxed_copy
gobject/gboxed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gboxed.c b/gobject/gboxed.c
index 37ce604..9456bd3 100644
--- a/gobject/gboxed.c
+++ b/gobject/gboxed.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]