docs: Fix the PANGO_SCALE link

The fragment for constants is `const`.
This commit is contained in:
Emmanuele Bassi 2021-05-25 13:31:49 +01:00
parent 1f99723a9f
commit 7da2e86d4b

View File

@ -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,