summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 21ab041f..eb3adad1 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -2536,11 +2536,11 @@ pango_layout_line_new (PangoLayout *layout)
/**
* pango_layout_line_get_pixel_extents:
- * @layout: a #PangoLayout
- * @ink_rect: rectangle used to store the extents of the glyph string as drawn
- * or %NULL to indicate that the result is not needed.
+ * @layout_line: a #PangoLayoutLine
+ * @ink_rect: rectangle used to store the extents of the glyph string as drawn
+ * or %NULL to indicate that the result is not needed.
* @logical_rect: rectangle used to store the logical extents of the glyph string
- * or %NULL to indicate that the result is not needed.
+ * or %NULL to indicate that the result is not needed.
*
* Compute the logical and ink extents of a layout line. See the documentation
* for pango_font_get_glyph_extents() for details about the interpretation