Skip to content

Commit 5477c54

Browse files
committed
wxwidgets.cfg: Updated configuration of wxUIActionSimulator::Text() according to wxWidgets/wxWidgets@5b810b1
1 parent eeda044 commit 5477c54

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7983,13 +7983,22 @@
79837983
</arg>
79847984
</function>
79857985
<!-- bool wxUIActionSimulator::Select(const wxString & text)-->
7986-
<!-- bool wxUIActionSimulator::Text(const wxString & text)-->
7987-
<function name="wxUIActionSimulator::Select,wxUIActionSimulator::Text">
7986+
<function name="wxUIActionSimulator::Select">
79887987
<noreturn>false</noreturn>
79897988
<leak-ignore/>
79907989
<returnValue type="bool"/>
79917990
<arg nr="1" direction="in"/>
79927991
</function>
7992+
<!-- bool wxUIActionSimulator::Text(const char *)-->
7993+
<function name="wxUIActionSimulator::Text">
7994+
<noreturn>false</noreturn>
7995+
<leak-ignore/>
7996+
<returnValue type="bool"/>
7997+
<arg nr="1" direction="in">
7998+
<not-uninit/>
7999+
<not-null/>
8000+
</arg>
8001+
</function>
79938002
<!-- bool wxPGProperty::Hide(bool hide, int flags = wxPG_RECURSE)-->
79948003
<function name="wxPGProperty::Hide">
79958004
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)