Merge branch 'doc-link-fixes' into 'gtk-3-24'

docs: Fix some links

See merge request GNOME/gtk!5718
This commit is contained in:
Matthias Clasen 2023-03-25 14:20:24 +00:00
commit 8e48e6548b
8 changed files with 9 additions and 9 deletions

View File

@ -49,7 +49,7 @@
* @See_also: #GtkTextView, #GtkTextIter, #GtkTextMark
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data
* types related to the text widget and how they work together.
*/

View File

@ -40,7 +40,7 @@
* @Title: GtkTextIter
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data
* types related to the text widget and how they work together.
*/

View File

@ -60,7 +60,7 @@
* @Title: GtkTextMark
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data
* types related to the text widget and how they work together.
*

View File

@ -53,7 +53,7 @@
* @Short_description: A tag that can be applied to text in a GtkTextBuffer
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and
* data types related to the text widget and how they work together.
*

View File

@ -41,7 +41,7 @@
* @Title: GtkTextTagTable
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and
* data types related to the text widget and how they work together.
*

View File

@ -70,7 +70,7 @@
* @See_also: #GtkTextBuffer, #GtkTextIter
*
* You may wish to begin by reading the
* [text widget conceptual overview][TextWidget]
* [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data
* types related to the text widget and how they work together.
*

View File

@ -71,7 +71,7 @@
* Widget that displays any object that implements the #GtkTreeModel interface.
*
* Please refer to the
* [tree widget conceptual overview][TreeWidget]
* [tree widget conceptual overview](TreeWidget.html)
* for an overview of all the objects and data types related
* to the tree widget and how they work together.
*
@ -1330,7 +1330,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* Space, Shift+Space, Return or Enter is pressed.
*
* For selection handling refer to the
* [tree widget conceptual overview][TreeWidget]
* [tree widget conceptual overview](TreeWidget.html)
* as well as #GtkTreeSelection.
*/
tree_view_signals[ROW_ACTIVATED] =

View File

@ -51,7 +51,7 @@
* 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](TreeWidget.html)
* for an overview of all the objects and data types related to the tree widget and how
* they work together.
*/