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