docs: Remove gtk-doc link from GtkTreeView::row-activated
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:45:34 +0000 (10:45 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:45:34 +0000 (10:45 +0100)
gtk/gtktreeview.c

index 1007d08a2530bbe3bfbd9e2bd04aac53ca9d0417..55c8b28f15c781ca48ac26f7f021c5dc8b965207 100644 (file)
@@ -1170,17 +1170,18 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
    * @column: (nullable): the `GtkTreeViewColumn` in which the activation occurred
    *
    * The "row-activated" signal is emitted when the method
-   * gtk_tree_view_row_activated() is called.
+   * [`method@Gtk.TreeView.row_activated`] is called.
    *
    * This signal is emitted when the user double-clicks a treeview row with the
    * [property@Gtk.TreeView:activate-on-single-click] property set to %FALSE,
    * or when the user single-clicks a row when that property set to %TRUE.
    *
    * This signal is also emitted when a non-editable row is selected and one
-   * of the keys: <kbd>Space</kbd>, <kbd>Shift</kbd>+<kbd>Space</kbd>, <kbd>Return</kbd> or <kbd>Enter</kbd> is pressed.
+   * of the keys: <kbd>Space</kbd>, <kbd>Shift</kbd>+<kbd>Space</kbd>,
+   * <kbd>Return</kbd> or <kbd>Enter</kbd> is pressed.
    *
    * For selection handling refer to the
-   * [tree widget conceptual overview][TreeWidget]
+   * [tree widget conceptual overview](section-tree-widget.html)
    * as well as `GtkTreeSelection`.
    */
   tree_view_signals[ROW_ACTIVATED] =