summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-20 19:46:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-20 19:46:53 -0500
commit0c514dc7ddb179acae1dac21416c6cfe21db53e5 (patch)
treea82e89e5a50f4f3cee3355c89a1ed81c68830515 /gtk/gtkliststore.c
parentd5656b6139beffef4e9e1caf36646fdf5b68078d (diff)
downloadgtk+-0c514dc7ddb179acae1dac21416c6cfe21db53e5.tar.gz
Correct an introspection annotation
Mistake pointed out in bug 668265.
Diffstat (limited to 'gtk/gtkliststore.c')
-rw-r--r--gtk/gtkliststore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 907b50e990..8daf7347ef 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -469,7 +469,7 @@ gtk_list_store_new (gint n_columns,
*
* Non-vararg creation function. Used primarily by language bindings.
*
- * Return value: (transfer none): a new #GtkListStore
+ * Return value: (transfer full): a new #GtkListStore
* Rename to: gtk_list_store_new
**/
GtkListStore *