wxwidgets.cfg: Added support for wxImage::AddHandler().

This commit is contained in:
orbitcowboy 2019-07-24 11:24:36 +02:00
parent c2cf7b3f03
commit 39bbe03974
1 changed files with 11 additions and 0 deletions

View File

@ -10150,6 +10150,17 @@
<not-uninit/>
</arg>
</function>
<!--static void wxImage::AddHandler(wxImageHandler * handler)-->
<function name="wxImage::AddHandler">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<pure/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
<function name="wxDC::SetLayoutDirection">
<noreturn>false</noreturn>