diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-06 19:23:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-06 19:23:31 +0000 |
commit | bb034ea234b9c7fdc4556a270cae042ab6db249d (patch) | |
tree | 9f42e208a3829dc9d27acf98ce7025e7e37cf865 /pango | |
parent | 29295c64ab846ad40d6c9d0faeb1810a3a65e948 (diff) | |
download | pango-bb034ea234b9c7fdc4556a270cae042ab6db249d.tar.gz |
Update
Thu Jul 6 15:16:28 2000 Owen Taylor <otaylor@redhat.com>
* docs/pango-sections.txt docs/tmpl/*: Update
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 |