diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-18 00:20:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-18 00:20:53 +0000 |
commit | 1fe1f6ebca847da657e8316a8d65327099139564 (patch) | |
tree | 51e64b674371d8d6fd6ab65701096712cf475aac | |
parent | 57d17e74dc8861396b465d602a8f2eda513d0d61 (diff) | |
download | pango-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)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | pango/pango-attributes.c | 2 |
6 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,8 @@ +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) + 2003-12-13 Hans Breuer <hans@breuer.org> * pango/pango.def pangoft2.def : moved pango_fc_* diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 3c1f6701..1fde0a02 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +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) + 2003-12-13 Hans Breuer <hans@breuer.org> * pango/pango.def pangoft2.def : moved pango_fc_* diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 3c1f6701..1fde0a02 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +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) + 2003-12-13 Hans Breuer <hans@breuer.org> * pango/pango.def pangoft2.def : moved pango_fc_* diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 3c1f6701..1fde0a02 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +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) + 2003-12-13 Hans Breuer <hans@breuer.org> * pango/pango.def pangoft2.def : moved pango_fc_* diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 3c1f6701..1fde0a02 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +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) + 2003-12-13 Hans Breuer <hans@breuer.org> * pango/pango.def pangoft2.def : moved pango_fc_* 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. * |