wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-17 14:32:16 +02:00
parent 2c3b79fe86
commit 652700ff64
1 changed files with 11 additions and 0 deletions

View File

@ -7440,6 +7440,17 @@
<not-null/>
</arg>
</function>
<!-- bool wxDynamicLibrary::Load(const wxString & name, int flags = wxDL_DEFAULT) -->
<function name="wxDynamicLibrary::Load">
<use-retval/>
<returnValue type="bool"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
<arg nr="2" default="wxDL_DEFAULT" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name) -->
<function name="wxDynamicLibrary::RawGetSymbol">
<use-retval/>