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"/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
<not-bool/>
|
||||
|
@ -20432,7 +20430,6 @@
|
|||
<returnValue type="gchar *"/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue