[gtk/ebassi/tree-deprecation-docs] fixup! docs: Add deprecation messages to GtkTreeStore



commit 9411463b0ca1bef23f4ddc8be174bf32c84573fe
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Oct 13 01:32:22 2022 +0100

    fixup! docs: Add deprecation messages to GtkTreeStore

 gtk/deprecated/gtktreestore.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gtk/deprecated/gtktreestore.c b/gtk/deprecated/gtktreestore.c
index 457164bf64..b9d84b47b4 100644
--- a/gtk/deprecated/gtktreestore.c
+++ b/gtk/deprecated/gtktreestore.c
@@ -34,14 +34,15 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
  * A tree-like data structure that can be used with the [class@Gtk.TreeView].
  *
  * The `GtkTreeStore` object is a list model for use with a `GtkTreeView`
- * widget. It implements the `GtkTreeModel` interface, and consequently,
+ * widget. It implements the [iface@Gtk.TreeModel] interface, and consequently,
  * can use all of the methods available there. It also implements the
- * `GtkTreeSortable` interface so it can be sorted by the view. Finally,
- * it also implements the tree [drag][class@Gtk.TreeDragSource] and
- * [drop][class@Gtk.TreeDragDest] interfaces.
+ * [iface@Gtk.TreeSortable] interface so it can be sorted by the view.
+ * Finally, it also implements the tree [drag][iface@Gtk.TreeDragSource]
+ * and [drop][iface@Gtk.TreeDragDest] interfaces.
  *
- * `GtkTreeStore` is deprecated since GTK 4.10. You should use
- * [class@Gtk.TreeListModel] for a tree-like model object.
+ * `GtkTreeStore` is deprecated since GTK 4.10, and should not be used in newly
+ * written code. You should use [class@Gtk.TreeListModel] for a tree-like model
+ * object.
  *
  * ## GtkTreeStore as GtkBuildable
  *


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