gtk.cfg: Fix g_object_new configuration, argument 2 can be NULL
It is valid to use NULL as second argument and thus do not specify any properties for this object.
This commit is contained in:
parent
2f1d828b0c
commit
f7e1a12c6f
|
@ -2779,11 +2779,6 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="3" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="variadic" direction="in">
|
||||
|
|
Loading…
Reference in New Issue