Fix documentation syntax

Properties use : in their link syntax.
This commit is contained in:
Matthias Clasen 2021-05-20 19:16:59 -04:00
parent 94b0907534
commit ab6a5be0f8
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
* ```
*
* `GtkGridView` uses a single CSS node with name `gridview`. Each child uses
* a single CSS node with name `child`. If the [property@Gtk.ListItem.activatable]
* a single CSS node with name `child`. If the [property@Gtk.ListItem:activatable]
* property is set, the corresponding row will have the `.activatable` style
* class. For rubberband selection, a subnode with name `rubberband` is used.
*

View File

@ -128,7 +128,7 @@
* `GtkListView` uses a single CSS node named `listview`. It may carry the
* `.separators` style class, when [property@Gtk.ListView:show-separators]
* property is set. Each child widget uses a single CSS node named `row`.
* If the [property@Gtk.ListItem.activatable] property is set, the
* If the [property@Gtk.ListItem:activatable] property is set, the
* corresponding row will have the `.activatable` style class. For
* rubberband selection, a node with name `rubberband` is used.
*