diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-coverage.c | 2 | ||||
-rw-r--r-- | pango/pango-layout.c | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c index 6a5ce4d2..eda0ace3 100644 --- a/pango/pango-coverage.c +++ b/pango/pango-coverage.c @@ -111,6 +111,8 @@ pango_coverage_copy (PangoCoverage *coverage) * @coverage: a #PangoCoverage * * Increase the reference count on the #PangoCoverage by one + * + * Returns: @coverage **/ PangoCoverage * pango_coverage_ref (PangoCoverage *coverage) 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 |