From 7da2e86d4bbec70dd7833cc4c3b4bb0d8e7619f9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 25 May 2021 13:31:49 +0100 Subject: [PATCH] docs: Fix the PANGO_SCALE link The fragment for constants is `const`. --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,