From 3ef777255237c81b6e0e2bf5fa5ff0cb7f4e0fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Fri, 21 Aug 2020 15:34:38 +0200 Subject: [PATCH] docs: Reword GtkTreeView question 28 --- docs/reference/gtk/question_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/question_index.md b/docs/reference/gtk/question_index.md index ac7a174b19..e5e71174bf 100644 --- a/docs/reference/gtk/question_index.md +++ b/docs/reference/gtk/question_index.md @@ -445,7 +445,7 @@ the question you have, this list is a good place to start. gtk_list_store_set() and gtk_tree_store_set(), but can't read it back? Both the #GtkTreeStore and the #GtkListStore implement the #GtkTreeModel - interface. Consequently, you can use any function this interface + interface. As a consequence, you can use any function this interface implements. The easiest way to read a set of data back is to use gtk_tree_model_get().