[gtk+] gtkliststore: fix documentation typo



commit 21d0db82543f55333583975dcb48729cdc44734c
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Sep 3 10:59:23 2012 +0300

    gtkliststore: fix documentation typo

 gtk/gtkliststore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index f19b64e..2d49a73 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -418,7 +418,7 @@ iter_is_valid (GtkTreeIter  *iter,
  * in.  Note that only types derived from standard GObject fundamental types
  * are supported.
  *
- * As an example, <literal>gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
+ * As an example, <literal>gtk_list_store_new (3, G_TYPE_INT, G_TYPE_STRING,
  * GDK_TYPE_PIXBUF);</literal> will create a new #GtkListStore with three columns, of type
  * int, string and #GdkPixbuf respectively.
  *



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