mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Add function declarations ... classes are generated automatically
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b30484a6c0
commit
7edd4d5bec
1 changed files with 17 additions and 0 deletions
|
@ -27,3 +27,20 @@
|
||||||
;
|
;
|
||||||
LIBRARY libgnustep-base
|
LIBRARY libgnustep-base
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
GSEncodingForRegistry
|
||||||
|
GSEncodingFromLocale
|
||||||
|
GSFromUnicode
|
||||||
|
GSToUnicode
|
||||||
|
GetAvailableEncodings
|
||||||
|
GetDefEncoding
|
||||||
|
GetEncodingName
|
||||||
|
chartouni
|
||||||
|
encode_chartouni
|
||||||
|
encode_unitochar
|
||||||
|
encode_unitochar_strict
|
||||||
|
uni_cop
|
||||||
|
uni_is_decomp
|
||||||
|
uni_isnonsp
|
||||||
|
uni_tolower
|
||||||
|
uni_toupper
|
||||||
|
unitochar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue