wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f5877e327b
commit
3a67c9a33d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue