diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-05 13:10:58 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 14:32:31 -0500 |
commit | 71e7d2b3ca21f57425e21e75025b1bb67496a4fb (patch) | |
tree | 91c42ad62f83d57cdbfcc9f7b69d7df877342f8f /pango/pango-layout.c | |
parent | e668179e333a7ebcf86afb2db968c1b72f607657 (diff) | |
download | pango-71e7d2b3ca21f57425e21e75025b1bb67496a4fb.tar.gz |
Fix various broken links
All these were pointed out by gi-docgen warnings.
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 2a836f64..5298647e 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2071,7 +2071,7 @@ pango_layout_move_cursor_visually (PangoLayout *layout, * layout, the closest position is chosen (the position will be clamped * inside the layout). If the X position is not within the layout, then * the start or the end of the line is chosen as described for - * [method@Pango.Layout.line_x_to_index]. If either the X or Y positions + * [method@Pango.LayoutLine.x_to_index]. If either the X or Y positions * were not inside the layout, then the function returns %FALSE; on an * exact hit, it returns %TRUE. * |