Skip to content

Commit a576048

Browse files
committed
wxwidgets.cfg: Added support for more interfaces, found by daca@home
1 parent 7452a01 commit a576048

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7699,6 +7699,15 @@
76997699
<const/>
77007700
<arg nr="1" direction="in"/>
77017701
</function>
7702+
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
7703+
<function name="wxFileName::MakeRelativeTo">
7704+
<noreturn>false</noreturn>
7705+
<returnValue type="bool"/>
7706+
<use-retval/>
7707+
<leak-ignore/>
7708+
<arg nr="1" default="wxEmptyString" direction="in"/>
7709+
<arg nr="2" default="wxPATH_NATIVE" direction="in"/>
7710+
</function>
77027711
<!-- bool wxButton::Create(wxWindow * parent, wxWindowID id, const wxString &label=wxEmptyString, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
77037712
<function name="wxButton::Create">
77047713
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)