wxwidgets.cfg: Added support for wxImage::AddHandler().
This commit is contained in:
parent
c2cf7b3f03
commit
39bbe03974
|
@ -10150,6 +10150,17 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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)-->
|
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
|
||||||
<function name="wxDC::SetLayoutDirection">
|
<function name="wxDC::SetLayoutDirection">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue