wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
556ab6f4e4
commit
3a236e933c
|
@ -6372,7 +6372,7 @@
|
|||
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const bool value)-->
|
||||
<function name="wxConfigBase::Write,wxConfig::Write">
|
||||
<function name="wxConfigBase::Write,wxConfig::Write,wxFileConfig::Write,wxRegConfig::Write">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
|
@ -6384,7 +6384,7 @@
|
|||
<!--bool Read(const wxString &key, float *f) const -->
|
||||
<!--bool Read(const wxString &key, bool *b) const -->
|
||||
<!--bool Read(const wxString &key, wxMemoryBuffer *buf) const -->
|
||||
<function name="wxConfigBase::Read,wxConfig::Read">
|
||||
<function name="wxConfigBase::Read,wxConfig::Read,wxFileConfig::Read,wxRegConfig::Read">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue