[gtk+] Correct an introspection annotation



commit 0c514dc7ddb179acae1dac21416c6cfe21db53e5
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 20 19:46:53 2012 -0500

    Correct an introspection annotation
    
    Mistake pointed out in bug 668265.

 gtk/gtkliststore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 907b50e..8daf734 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 *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]