wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-09-05 07:05:50 +02:00
parent f5877e327b
commit 3a67c9a33d
1 changed files with 14 additions and 0 deletions

View File

@ -5176,6 +5176,20 @@
<not-bool/>
</arg>
</function>
<!-- void wxLogStatus(const char * format, ...) -->
<!-- void wxLogSysError(const char * format, ...) -->
<function name="wxLogStatus,wxLogSysError">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<formatstr/>
<arg nr="1" direction="in">
<formatstr/>
<not-null/>
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--static wxString wxStandardPaths::MSWGetShellDir(int csidl)-->
<function name="wxStandardPaths::MSWGetShellDir">
<noreturn>false</noreturn>