wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
bef8c20b05
commit
6c9e3223e8
|
@ -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) -->
|
||||
|
|
Loading…
Reference in New Issue