diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-02-21 19:43:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-02-21 19:43:41 +0000 |
commit | f0653b4131c0c2d811f662785a7b4d971d370bef (patch) | |
tree | c902469f2d53207f5d08c30f1f43a8deac912fe3 /pango/shape.c | |
parent | d508b2608051bc953d074d9a7ec2e1ec3514473f (diff) | |
download | pango-f0653b4131c0c2d811f662785a7b4d971d370bef.tar.gz |
Minor doc fixes. (#167922, #167924, Billy Biggs)
005-02-21 Owen Taylor <otaylor@redhat.com>
* pango/fonts.c (pango_font_get_glyph_extents):
* pango/shape.c (pango_shape): Minor doc fixes.
(#167922, #167924, Billy Biggs)
Diffstat (limited to 'pango/shape.c')
-rw-r--r-- | pango/shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/shape.c b/pango/shape.c index 05188860..5ea9564f 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -26,7 +26,7 @@ * pango_shape: * @text: the text to process * @length: the length (in bytes) of @text - * @analysis: #PangoAnalysis structure from PangoItemize + * @analysis: #PangoAnalysis structure from pango_itemize() * @glyphs: glyph string in which to store results * * Given a segment of text and the corresponding |