gtk.cfg: g_strdup and g_strcmp0 allow NULL args (#3258)
This commit is contained in:
parent
a07ea7e9e9
commit
eee27b975f
|
@ -4087,12 +4087,10 @@
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<strz/>
|
<strz/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2" direction="in">
|
<arg nr="2" direction="in">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<strz/>
|
<strz/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
@ -20432,7 +20430,6 @@
|
||||||
<returnValue type="gchar *"/>
|
<returnValue type="gchar *"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue