wxwidgets.cfg: Validate first arg of wxString::Right() and wxString::Left().
This commit is contained in:
parent
064795a705
commit
ec4fe0683f
|
@ -10863,8 +10863,8 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
<!--wxString wxString::Right(size_t count) const -->
|
|
||||||
<!--wxString wxString::Left(size_t count) const -->
|
<!--wxString wxString::Left(size_t count) const -->
|
||||||
|
<!--wxString wxString::Right(size_t count) const -->
|
||||||
<function name="wxString::Right,wxString::Left">
|
<function name="wxString::Right,wxString::Left">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
|
@ -10873,6 +10873,7 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<valid>1:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!--void wxDC::SetLogicalFunction(wxRasterOperationMode function)-->
|
<!--void wxDC::SetLogicalFunction(wxRasterOperationMode function)-->
|
||||||
|
|
Loading…
Reference in New Issue