diff options
author | Corentin Noël <corentin@elementary.io> | 2020-05-11 18:47:20 +0200 |
---|---|---|
committer | Corentin Noël <corentin@elementary.io> | 2020-05-11 19:26:20 +0200 |
commit | 076b2f11d2642d9153938dea34c49d8a345938b1 (patch) | |
tree | f16af90837980573140d445d094ce6219f23c0da /gtk/gtklistbox.c | |
parent | 9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff) | |
download | gtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz |
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtklistbox.c')
-rw-r--r-- | gtk/gtklistbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index f240f92e9d..6068c5334e 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -82,7 +82,7 @@ * ]| * * GtkListBox uses a single CSS node named list. It may carry the .separators style - * class, when the #GtkListBox::show-separators property is set. Each GtkListBoxRow uses + * class, when the #GtkListBox:show-separators property is set. Each GtkListBoxRow uses * a single CSS node named row. The row nodes get the .activatable * style class added when appropriate. */ |