From 21d0db82543f55333583975dcb48729cdc44734c Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 3 Sep 2012 10:59:23 +0300 Subject: [PATCH] gtkliststore: fix documentation typo --- gtk/gtkliststore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index f19b64e9d2..2d49a73f53 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, gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING, + * As an example, gtk_list_store_new (3, G_TYPE_INT, G_TYPE_STRING, * GDK_TYPE_PIXBUF); will create a new #GtkListStore with three columns, of type * int, string and #GdkPixbuf respectively. *