diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:30:43 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-15 14:13:34 -0800 |
commit | d62b85af21777582ad720efd9c319fde97b67d82 (patch) | |
tree | 53e33d6255bafe77da6ba52925757adff6c9ea99 /doc | |
parent | cdfb76585e7afbe739d00ed83a029ce1f909142f (diff) |
[fclang] Implement FcLangSetGetLangs() (#18846)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fclangset.fncs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/fclangset.fncs b/doc/fclangset.fncs index 3f69f0d..f9d578e 100644 --- a/doc/fclangset.fncs +++ b/doc/fclangset.fncs @@ -124,6 +124,14 @@ has no matching language, this function returns FcLangDifferentLang. @@ @RET@ FcStrSet * +@FUNC@ FcLangSetGetLangs +@TYPE1@ const FcLangSet * @ARG1@ ls +@PURPOSE@ get the list of languages in the langset +@DESC@ +Returns a string set of all languages in <parameter>langset</parameter>. +@@ + +@RET@ FcStrSet * @FUNC@ FcGetLangs @TYPE1@ void @PURPOSE@ Get list of languages |