[gtk/docs-label: 4/8] docs: Fix up GtkTreeViewColumn




commit 42ba6f0a347278272d1f97108c6fcfe1f3f74309
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Oct 4 10:36:52 2021 +0100

    docs: Fix up GtkTreeViewColumn
    
    Remove the use of gtk-doc links.

 gtk/gtktreeviewcolumn.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c
index 50d2eac884..b7bada839f 100644
--- a/gtk/gtktreeviewcolumn.c
+++ b/gtk/gtktreeviewcolumn.c
@@ -46,16 +46,16 @@
 /**
  * GtkTreeViewColumn:
  *
- * A visible column in a GtkTreeView widget
+ * A visible column in a [class@Gtk.TreeView] widget
  *
- * The GtkTreeViewColumn object represents a visible column in a `GtkTreeView` widget.
+ * The `GtkTreeViewColumn` object represents a visible column in a `GtkTreeView` widget.
  * It allows to set properties of the column header, and functions as a holding pen
  * for the cell renderers which determine how the data in the column is displayed.
  *
- * Please refer to the [tree widget conceptual overview][TreeWidget]
+ * Please refer to the [tree widget conceptual overview](section-tree-widget.html)
  * for an overview of all the objects and data types related to the tree widget and
- * how they work together, and to the `GtkTreeView` documentation for specifics about
- * the CSS node structure for treeviews and their headers.
+ * how they work together, and to the [class@Gtk.TreeView] documentation for specifics
+ * about the CSS node structure for treeviews and their headers.
  */
 
 


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