diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-21 10:22:48 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-21 10:22:48 +0000 |
commit | f3f321992201a5daa52bc44042858b2a9992b672 (patch) | |
tree | 6e7ccee764ee9968907eb93cf2183e0c434adfed /pango/pango-layout.c | |
parent | 64691f1398152413f91ebe6906806eb9eb8801b1 (diff) | |
download | pango-f3f321992201a5daa52bc44042858b2a9992b672.tar.gz |
Emphasize that input text should be valid UTF-8.
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 2 |
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. |