wxwidgets.cfg: Added more directions-attributes.
This commit is contained in:
parent
794d72d776
commit
f723c6b191
|
@ -6414,10 +6414,11 @@
|
|||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="0">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="wxPG_SETVAL_REFRESH_EDITOR">
|
||||
<arg nr="3" direction="in" default="wxPG_SETVAL_REFRESH_EDITOR">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
@ -6434,13 +6435,13 @@
|
|||
<function name="wxPropertyGridInterface::SetPropertyReadOnly,wxPropertyGridPage::SetPropertyReadOnly">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="true">
|
||||
<arg nr="2" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="wxPG_RECURSE">
|
||||
<arg nr="3" direction="in" default="wxPG_RECURSE">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
@ -6450,10 +6451,10 @@
|
|||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxPGProperty*"/>
|
||||
<arg nr="1">
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<arg nr="2" direction="inout">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
|
@ -6464,15 +6465,16 @@
|
|||
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="2"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxFrame::SetStatusText( const wxString & text, int number = 0 ) -->
|
||||
<function name="wxFrame::SetStatusText">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
<arg nr="2" default="0">
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="0">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
@ -6483,7 +6485,8 @@
|
|||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<arg nr="2" default="NULL">
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="NULL">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
@ -6493,7 +6496,7 @@
|
|||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxPGProperty*"/>
|
||||
<arg nr="1">
|
||||
<arg nr="1" direction="inout">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
|
@ -6504,7 +6507,8 @@
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="2"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="inout"/>
|
||||
</function>
|
||||
<!-- bool wxPGProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||
<function name="wxPGProperty::SetValueFromString">
|
||||
|
|
Loading…
Reference in New Issue