wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-06-29 15:25:32 +02:00
parent a49d277e0d
commit 7c66dabce1
1 changed files with 12 additions and 0 deletions

View File

@ -14241,4 +14241,16 @@
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- long wxExecute (const wxString & command, int flags = wxEXEC_ASYNC, wxProcess * callback = NULL, const wxExecuteEnv * env = NULL) -->
<!-- long wxExecute (char ** argv , int flags = wxEXEC_ASYNC, wxProcess * callback = NULL, const wxExecuteEnv * env = NULL) -->
<!-- long wxExecute (wchar_t ** argv , int flags = wxEXEC_ASYNC, wxProcess * callback = NULL, const wxExecuteEnv * env = NULL) -->
<!-- long wxExecute (wxString &command , wxArrayString &output , int flags = 0 , const wxExecuteEnv * env = NULL) -->
<!-- long wxExecute(const wxString & command , wxArrayString & output , wxArrayString & errors , int flags = 0, const wxExecuteEnv * env = NULL) -->
<function name="wxExecute">
<noreturn>false</noreturn>
<returnValue type="long"/>
<arg nr="1" direction="in"/>
<arg nr="4" default="0" direction="in"/>
<arg nr="5" default="NULL" direction="in"/>
</function>
</def>