summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-02-21 10:22:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-21 10:22:48 +0000
commitf3f321992201a5daa52bc44042858b2a9992b672 (patch)
tree6e7ccee764ee9968907eb93cf2183e0c434adfed
parent64691f1398152413f91ebe6906806eb9eb8801b1 (diff)
downloadpango-f3f321992201a5daa52bc44042858b2a9992b672.tar.gz
Emphasize that input text should be valid UTF-8.
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index b7a0e3eb..3fec81bb 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -807,7 +807,7 @@ pango_layout_get_ellipsize (PangoLayout *layout)
/**
* pango_layout_set_text:
* @layout: a #PangoLayout
- * @text: a UTF-8 string
+ * @text: a valid UTF-8 string
* @length: the length of @text, in bytes. -1 indicates that
* the string is nul-terminated and the length should be
* calculated.