wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-10 15:13:45 +01:00
parent 7dec499219
commit 620e912bfa
1 changed files with 31 additions and 19 deletions

View File

@ -8781,4 +8781,16 @@
<not-bool/>
</arg>
</function>
<!-- int wxStyledTextCtrl::GetFoldLevel( int line ) const -->
<function name="wxStyledTextCtrl::GetFoldLevel">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<const/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
</def>