wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-02 16:20:37 +02:00
parent 8aa68ee297
commit 2635e7d073
1 changed files with 5 additions and 5 deletions

View File

@ -4364,17 +4364,17 @@
</arg> </arg>
</function> </function>
<!--#define wxCONCAT(x1,x2) --> <!--#define wxCONCAT(x1,x2) -->
<!--#define wxCONCAT3(x1,x2,x3) -->
<!--#define wxCONCAT4(x1,x2,x3,x4) -->
<!--#define wxCONCAT5(x1,x2,x3,x4,x5) -->
<!--This is defined as macro in wxWidgets. Non the less, this is configured as <!--This is defined as macro in wxWidgets. Non the less, this is configured as
as function to catch unused return values. --> as function to catch unused return values. -->
<function name="wxCONCAT"> <function name="wxCONCAT,wxCONCAT3,wxCONCAT4,wxCONCAT5">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="wxString"/> <returnValue type="wxString"/>
<use-retval/> <use-retval/>
<arg nr="1" direction="in"> <arg nr="any" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>