summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-30 17:32:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-30 17:32:05 -0500
commitdc15978ac8f89209eb62cd015540f37107a95b77 (patch)
tree962e05862fb6ddf0d30d4eeb903715f825082488 /gtk/gtktreestore.c
parenta1c0b81baeb2f5b873639fbf54964ca5a876c94d (diff)
downloadgtk+-dc15978ac8f89209eb62cd015540f37107a95b77.tar.gz
Avoid GdkPixbuf in docs
GdkTexture is preferred now.
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r--gtk/gtktreestore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index 5cab98ba77..332be4ee23 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -309,8 +309,8 @@ gtk_tree_store_init (GtkTreeStore *tree_store)
* are supported.
*
* As an example, `gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
- * GDK_TYPE_PIXBUF);` will create a new #GtkTreeStore with three columns, of type
- * #gint, #gchararray, and #GdkPixbuf respectively.
+ * GDK_TYPE_TEXTURE);` will create a new #GtkTreeStore with three columns, of type
+ * #gint, #gchararray, and #GdkTexture respectively.
*
* Returns: a new #GtkTreeStore
**/