summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 19:47:27 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 19:47:27 +0000
commit10405497c1479fd0366458c76e5036ae5e947abb (patch)
treea249bf6459acadc2935095e8d24ee938a2cf7637
parent175a90c4027ec63a11d25ccc54f20f870011e50a (diff)
downloadpango-10405497c1479fd0366458c76e5036ae5e947abb.tar.gz
Minor doc improvement.
svn path=/trunk/; revision=2703
-rw-r--r--pango/pango-language.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-language.c b/pango/pango-language.c
index 375f98f9..6eac5df8 100644
--- a/pango/pango-language.c
+++ b/pango/pango-language.c
@@ -575,7 +575,8 @@ pango_language_get_sample_string (PangoLanguage *language)
* some that use two (Latin and Cyrillic for example), and a few
* use three (Japanese for example). Applications should not make
* any assumptions on the maximum number of scripts returned
- * though, except that it is a small number.
+ * though, except that it is positive if the return value is not
+ * %NULL, and it is a small number.
*
* The pango_language_includes_script() function uses this function
* internally.