diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-05-25 13:31:49 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-05-25 13:31:49 +0100 |
commit | 7da2e86d4bbec70dd7833cc4c3b4bb0d8e7619f9 (patch) | |
tree | 19c9f4af43ed738c83ed72dfa36e823ad87eddb1 /gtk/gtklabel.c | |
parent | 1f99723a9f8092d0dd6afa32cd4c54e180f1218e (diff) | |
download | gtk+-7da2e86d4bbec70dd7833cc4c3b4bb0d8e7619f9.tar.gz |
docs: Fix the PANGO_SCALE link
The fragment for constants is `const`.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 68ab7fc18c..75eab93529 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -5019,7 +5019,7 @@ gtk_label_get_layout (GtkLabel *self) * inside the [class@Pango.Layout], e.g. to take some action if some part * of the label is clicked. Remember when using the [class@Pango.Layout] * functions you need to convert to and from pixels using PANGO_PIXELS() - * or [constant@Pango.SCALE]. + * or [const@Pango.SCALE]. */ void gtk_label_get_layout_offsets (GtkLabel *self, |