summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-02-12 22:29:58 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-12 22:29:58 +0000
commit74565226a4312f72192773bcaca97409ca4c2954 (patch)
treee63abddcb6a2634a923f1d1ba0c8d123d670d25e
parent441246c5c5b5632abd44a13823e5171c915c67df (diff)
downloadpango-74565226a4312f72192773bcaca97409ca4c2954.tar.gz
Document pango_layout_set_width as getting width in Pango units.
-rw-r--r--pango/pango-layout.c4
1 files 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.
**/