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