gtk.cfg: Added support for g_strdup(); wxwidgets.cfg: Added <use-retval/>-flag to wxString::FromUTF8().
This commit is contained in:
parent
b7f43f99ca
commit
b472d74f1f
10
cfg/gtk.cfg
10
cfg/gtk.cfg
|
@ -18084,6 +18084,16 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- gchar * g_strdup (const gchar *str);-->
|
||||||
|
<function name="g_strdup">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="gchar *"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-null/>
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<define name="gchar" value="char"/>
|
<define name="gchar" value="char"/>
|
||||||
<define name="guchar" value="unsigned char"/>
|
<define name="guchar" value="unsigned char"/>
|
||||||
<define name="gint" value="int"/>
|
<define name="gint" value="int"/>
|
||||||
|
|
|
@ -7298,6 +7298,7 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
<pure/>
|
<pure/>
|
||||||
|
<use-retval/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<!-- <not-uninit/> Avoid FP for (*) -->
|
<!-- <not-uninit/> Avoid FP for (*) -->
|
||||||
<not-null/>
|
<not-null/>
|
||||||
|
|
Loading…
Reference in New Issue