Skip to content

Commit 0422d05

Browse files
committed
library: Added wxwidgets.cfg file.
1 parent 90a8dd7 commit 0422d05

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<def format="2">
3+
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga437ea6ba615b75dac8603e96ec864160 -->
4+
<!-- #define wxT (string) -->
5+
<define name="wxT" value=""/>
6+
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
7+
<!-- static wxString wxString::Format(const wxString & format, ...) -->
8+
<function name="wxString::Format">
9+
<noreturn>false</noreturn>
10+
<leak-ignore/>
11+
<formatstr/>
12+
<arg nr="1">
13+
<formatstr/>
14+
<not-uninit/>
15+
</arg>
16+
</function>
17+
</def>

0 commit comments

Comments
 (0)