wxwidgets.cfg: Added <not-bool/>-flag at more function args.

This commit is contained in:
orbitcowboy 2020-02-26 16:16:06 +01:00
parent a5ca3cb1f0
commit c4e32e6703
1 changed files with 29 additions and 0 deletions

View File

@ -8790,9 +8790,11 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- bool wxFile::ReadAll(wxString * str, const wxMBConv & conv = wxConvAuto()) -->
@ -8830,6 +8832,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
@ -8877,6 +8880,7 @@
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--void wxArrayString::Sort(bool reverseOrder=false) -->
@ -8901,9 +8905,11 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- size_t wxArrayInt::Add(int i, size_t copies = 1) -->
@ -8913,9 +8919,11 @@
<returnValue type="size_t"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- size_t wxArrayDouble::Add(double i, size_t copies = 1) -->
@ -8928,6 +8936,7 @@
</arg>
<arg nr="2" direction="in" default="1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxString wxString::BeforeFirst( wxUniChar ch, wxString * rest = NULL) const -->
@ -8955,6 +8964,7 @@
<arg nr="2" direction="in" default="wxEmptyString"/>
<arg nr="3" direction="in" default="wxDIR_DEFAULT">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- size_t wxDir::Traverse(wxDirTraverser & sink, const wxString & filespec = wxEmptyString, int flags = wxDIR_DEFAULT) const-->
@ -8967,6 +8977,7 @@
<arg nr="2" direction="in" default="wxEmptyString"/>
<arg nr="3" direction="in" default="wxDIR_DEFAULT">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--size_t wxArrayString::GetCount() const-->
@ -8986,6 +8997,7 @@
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxArrayString::Insert(wxString lItem, size_t nIndex, size_t copies = 1) -->
@ -8996,9 +9008,11 @@
<arg nr="1" direction="in"/>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" default="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- int wxArrayString::Index(const wxString & sz, bool bCase = true, bool bFromEnd = false) const -->
@ -9032,6 +9046,7 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)-->
@ -9088,6 +9103,7 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- bool wxIsSameDouble(double x, doubly y)-->
@ -9111,9 +9127,11 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- static wxColour wxSystemSettings::GetColour(wxSystemColour index) -->
@ -9134,6 +9152,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
<arg nr="2" direction="in">
@ -9148,6 +9167,7 @@
<returnValue type="void"/>
<arg nr="1" default="0" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
@ -9158,6 +9178,7 @@
<returnValue type="void"/>
<arg nr="1" default="0" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
@ -9169,6 +9190,7 @@
<arg nr="1" direction="in"/>
<arg nr="2" default="0" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
@ -9179,6 +9201,7 @@
<returnValue type="void"/>
<arg nr="1" default="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>1:</valid>
</arg>
<arg nr="2" default="NULL" direction="in">
@ -9271,6 +9294,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
@ -9278,12 +9302,15 @@
</arg>
<arg nr="3" direction="in" default="0">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="4" direction="in" default="0">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="5" direction="in" default="wxODDEVEN_RULE">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxDC::DrawLabel(const wxString & text, const wxRect & rect, int alignment = wxALIGN_LEFT|wxALIGN_TOP, int indexAccel = -1) -->
@ -9300,9 +9327,11 @@
</arg>
<arg nr="4" direction="in" default="wxALIGN_LEFT|wxALIGN_TOP">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="5" direction="in" default="-1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxPGProperty * wxPropertyGridInterface::Append( wxPGProperty * property ) -->