wxwidgets.cfg: Added support for more interfaces, found by daca@home.
This commit is contained in:
parent
ec7c774a10
commit
6a5b590d7f
|
@ -8037,6 +8037,21 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxDir::GetFirst(wxString * filename, const wxString & filespec = wxEmptyString, int flags = wxDIR_DEFAULT) const-->
|
||||
<function name="wxDir::GetFirst">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="out">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="wxEmptyString"/>
|
||||
<arg nr="3" direction="in" default="wxDIR_DEFAULT">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- size_t wxDir::Traverse(wxDirTraverser & sink, const wxString & filespec = wxEmptyString, int flags = wxDIR_DEFAULT) const-->
|
||||
<function name="wxDir::Traverse">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -8044,7 +8059,7 @@
|
|||
<const/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="out"/>
|
||||
<arg nr="2" direction="in" default=""/>
|
||||
<arg nr="2" direction="in" default="wxEmptyString"/>
|
||||
<arg nr="3" direction="in" default="wxDIR_DEFAULT">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue