summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-12-18 00:20:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-12-18 00:20:53 +0000
commit1fe1f6ebca847da657e8316a8d65327099139564 (patch)
tree51e64b674371d8d6fd6ab65701096712cf475aac /pango
parent57d17e74dc8861396b465d602a8f2eda513d0d61 (diff)
downloadpango-1fe1f6ebca847da657e8316a8d65327099139564.tar.gz
Correct the documentation. (#128431, Ross Burton)
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de> * pango/pango-attributes.c (pango_attr_size_new): Correct the documentation. (#128431, Ross Burton)
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index 85562f47..6dd070d7 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -398,7 +398,7 @@ pango_attr_float_new (const PangoAttrClass *klass,
/**
* pango_attr_size_new:
- * @size: the font size, in 1000ths of a point.
+ * @size: the font size, in #PANGO_SCALE<!-- -->ths of a point.
*
* Create a new font-size attribute.
*