wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3fe2b6fe50
commit
c0e14e8981
|
@ -5322,6 +5322,18 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- #define wxLogApiError(api, rc) -->
|
||||
<function name="wxLogApiError">
|
||||
<noreturn>true</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__log.html#ga4ae39c06cbeaa5461cd1b5c293a31403 -->
|
||||
<!-- void wxLogFatalError(const char * formatString, ...) -->
|
||||
<function name="wxLogFatalError">
|
||||
|
|
Loading…
Reference in New Issue