wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-16 21:33:36 +02:00
parent bef8c20b05
commit 6c9e3223e8
1 changed files with 10 additions and 0 deletions

View File

@ -7430,6 +7430,16 @@
<not-null/>
</arg>
</function>
<!-- void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name) -->
<function name="wxDynamicLibrary::RawGetSymbol">
<use-retval/>
<returnValue type="void *"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in">
<not-null/>
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- void wxFileName::SetExt(const wxString & ext) -->
<!-- void wxFileName::SetFullName(const wxString & fullname) -->
<!-- void wxFileName::SetName(const wxString & name) -->