From 74565226a4312f72192773bcaca97409ca4c2954 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 12 Feb 2006 22:29:58 +0000 Subject: Document pango_layout_set_width as getting width in Pango units. --- pango/pango-layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 35159e76..f6e69edf 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -292,8 +292,8 @@ pango_layout_get_context (PangoLayout *layout) /** * pango_layout_set_width: * @layout: a #PangoLayout. - * @width: the desired width, or -1 to indicate that no wrapping should be - * performed. + * @width: the desired width in Pango units, or -1 to indicate that no + * wrapping should be performed. * * Sets the width to which the lines of the #PangoLayout should wrap. **/ -- cgit v1.2.1