wxwidgets.cfg: Improved configuration for wxStrlen
This commit is contained in:
parent
40faca7dd9
commit
bb6b4f9f41
|
@ -8123,7 +8123,7 @@
|
|||
<function name="wxStrlen">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="size_t"/>
|
||||
<returnValue type="size_t">strlen(arg1)</returnValue>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
|
|
Loading…
Reference in New Issue