diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/glyphstring.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 2247d034..691e8c00 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -28,7 +28,7 @@ /** * pango_glyph_string_new: * - * Create a new PangoGlyphString. + * Create a new #PangoGlyphString. * * Return value: the newly allocated #PangoGlyphString, which * should be freed with pango_glyph_string_free(). @@ -48,7 +48,7 @@ pango_glyph_string_new (void) /** * pango_glyph_string_set_size: - * @string: a PangoGlyphString. + * @string: a #PangoGlyphString. * @new_len: the new length of the string. * * Resize a glyph string to the given length. @@ -92,7 +92,7 @@ pango_glyph_string_get_type (void) /** * pango_glyph_string_copy: - * @string: a PangoGlyphString. + * @string: a #PangoGlyphString. * * Copy a glyph string and associated storage. * @@ -116,7 +116,7 @@ pango_glyph_string_copy (PangoGlyphString *string) /** * pango_glyph_string_free: - * @string: a PangoGlyphString. + * @string: a #PangoGlyphString. * * Free a glyph string and associated storage. */ |