Formatted 'wxwidgets.cfg: Added support for more interfaces.'
This commit is contained in:
parent
1e0f8ae9b4
commit
ce0f7e201d
|
@ -10251,7 +10251,7 @@
|
|||
</function>
|
||||
<!-- void wxTextEntryDialog::SetTextValidator(const wxTextValidator & validator) -->
|
||||
<!-- void wxTextEntryDialog::SetTextValidator(wxTextValidatorStyle style = wxFILTER_NONE) -->
|
||||
<function name="xTextEntryDialog::SetTextValidator">
|
||||
<function name="wxTextEntryDialog::SetTextValidator">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -12371,6 +12371,44 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static int wxSystemSettings::GetMetric(wxSystemMetric index, wxWindow * win = NULL) -->
|
||||
<function name="wxSystemSettings::GetMetric">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="NULL" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static wxString wxSystemOptions::GetOption(const wxString & name) -->
|
||||
<function name="wxSystemOptions::GetOption">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxString"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static int wxSystemOptions::GetOptionInt(const wxString & name) -->
|
||||
<function name="wxSystemOptions::GetOptionInt">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static bool wxSystemOptions::HasOption(const wxString & name) -->
|
||||
<!-- static bool wxSystemOptions::IsFalse(const wxString & name) -->
|
||||
<function name="wxSystemOptions::HasOption,wxSystemOptions::IsFalse">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- virtual int wxTextCtrl::GetNumberOfLines(void) const -->
|
||||
<function name="wxTextCtrl::GetNumberOfLines">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
|
@ -1073,8 +1073,7 @@ private:
|
|||
ASSERT_EQUALS("", errout.str());
|
||||
}
|
||||
|
||||
void iterator24()
|
||||
{
|
||||
void iterator24() {
|
||||
// #9556
|
||||
check("void f(int a, int b) {\n"
|
||||
" if (&a == &b) {}\n"
|
||||
|
|
Loading…
Reference in New Issue