wxwidgets.cfg: Added support for wxLocale::GetSystemLanguage().

This commit is contained in:
orbitcowboy 2019-01-25 14:34:52 +01:00
parent f51ae2ee5b
commit ecc83e9f3b
1 changed files with 7 additions and 0 deletions

View File

@ -4648,6 +4648,13 @@
<use-retval/>
<returnValue type="int"/>
</function>
<!-- static int wxLocale::GetSystemLanguage(void) -->
<function name="wxLocale::GetSystemLanguage">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="int"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_timer.html -->
<!-- wxEvtHandler * GetOwner () const -->
<function name="wxTimer::GetOwner">