wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
91394c4a48
commit
279aef4456
|
@ -6848,6 +6848,19 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="inout"/>
|
||||
</function>
|
||||
<!-- bool wxIsSameDouble( double x, double y ) const -->
|
||||
<function name="wxIsSameDouble">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const wxString &value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
||||
|
|
Loading…
Reference in New Issue