summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-13 16:56:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-10-13 16:56:05 +0000
commit4c12fdedf1ea36e4a0920f280ac34223e3246118 (patch)
tree7c432f61a3728eb9b6178c5e564f56c4baff7f48 /pango/pangowin32.c
parent0ef97203efe749b3c8f938c5b8c2bccea3e5cee3 (diff)
downloadpango-4c12fdedf1ea36e4a0920f280ac34223e3246118.tar.gz
=== Released 1.0.5 ===PANGO_1_0_5
Sun Oct 13 12:34:41 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.0.5 === * configure.in: Version 1.0.5. * NEWS: Updates Sun Oct 13 12:46:32 2002 Owen Taylor <otaylor@redhat.com> * pango/pangowin32.c (pango_win32_get_unknown_glyph): Fix the doc comment.
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 71bfbed8..4141e405 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -581,8 +581,10 @@ pango_win32_font_find_shaper (PangoFont *font,
/**
* pango_win32_get_unknown_glyph:
* @font: a #PangoFont
+ * @wc: the Unicode character for which a glyph is needed.
*
- * Return the index of a glyph suitable for drawing unknown characters.
+ * Returns the index of a glyph suitable for drawing @wc as an
+ * unknown character.
*
* Return value: a glyph index into @font
**/