wxwidgets.cfg: Added more directions-attributes.

This commit is contained in:
orbitcowboy 2019-03-05 17:45:29 +01:00
parent df73f7f355
commit 49937570b2
1 changed files with 10 additions and 7 deletions

View File

@ -8335,7 +8335,7 @@
<arg nr="2" direction="in"> <arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="2" direction="in"> <arg nr="3" direction="inout">
<not-uninit/> <not-uninit/>
<not-null/> <not-null/>
</arg> </arg>
@ -8517,10 +8517,11 @@
<leak-ignore/> <leak-ignore/>
<returnValue type="std::size_t"/> <returnValue type="std::size_t"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<arg nr="2" default="0"> <arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="0">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="3" default="std::wxString::npos"> <arg nr="3" direction="in" default="std::wxString::npos">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
@ -8531,7 +8532,8 @@
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="void"/> <returnValue type="void"/>
<leak-ignore/> <leak-ignore/>
<arg nr="2"> <arg nr="1" direction="in"/>
<arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
@ -8542,13 +8544,14 @@
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="void"/> <returnValue type="void"/>
<leak-ignore/> <leak-ignore/>
<arg nr="2"> <arg nr="1" direction="in"/>
<arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="3"> <arg nr="3" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="4"> <arg nr="4" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>