gtk.cfg: Add more details to g_object_unref() configuration

Reference:
https://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#g-object-unref
This commit is contained in:
versat 2019-02-18 16:16:10 +01:00
parent fa7a2ecd5a
commit 8fb4e7dde8
1 changed files with 5 additions and 0 deletions

View File

@ -887,8 +887,13 @@
<function name="g_object_ref">
<noreturn>false</noreturn>
</function>
<!-- void g_object_unref (gpointer object); -->
<function name="g_object_unref">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-bool/>
</arg>
</function>
<function name="g_array_append_vals">
<leak-ignore/>