diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-29 20:25:20 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-06-08 15:18:30 +0900 |
commit | bbc8fb5ba705e5257693f3b266fce12d2f81b50c (patch) | |
tree | 61c83a8c610dbc403804667dfec835d91d428426 /fc-lang | |
parent | 1b692d8ab91a096e7d433c51ab187382de91147b (diff) |
Bug 32853 - Export API to get the default language
Add a new API FcGetDefaultLangs() to export the string sets of the default
languages.
Diffstat (limited to 'fc-lang')
-rw-r--r-- | fc-lang/fc-lang.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 51717f95..93200c4e 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -57,6 +57,12 @@ FcCacheObjectDereference (void *object) { } +FcPrivate FcChar8 * +FcLangNormalize (const FcChar8 *lang) +{ + return NULL; +} + int FcDebugVal; FcChar8 * |