]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fclangset.fncs
[doc] Fix typo
[fontconfig.git] / doc / fclangset.fncs
index eb4a9374200772e70f479897ff49cc5e66a0b179..f9d578e6585f9818758268c5d08ab0626c443188 100644 (file)
@@ -103,7 +103,7 @@ the same language and territory combinations as <parameter>ls_b</parameter>.
 @DESC@
 This function returns a value which depends solely on the languages
 supported by <parameter>ls</parameter>. Any language which equals
-<parameter>ls</function> will have the same result from
+<parameter>ls</parameter> will have the same result from
 <function>FcLangSetHash</function>. However, two langsets with the same hash
 value may not be equal.
 @@
@@ -122,3 +122,27 @@ a matching language but differs in which territory that language is for, this
 function returns FcLangDiffentTerritory. If <parameter>ls</parameter> 
 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
+@DESC@
+Returns a string set of all known languages.
+@@
+
+@RET@          const FcCharSet *
+@FUNC@         FcLangGetCharSet
+@TYPE1@                const FcChar8 *                 @ARG1@          lang
+@PURPOSE@      Get character map for a language
+@DESC@
+Returns the FcCharMap for a language.
+@@