gtk.cfg: Add g_object_set() (#1981)

Reference:
https://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#g-object-set
This commit is contained in:
Sebastian 2019-07-11 13:13:08 +02:00 committed by GitHub
parent e0f258db0c
commit f239d4675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -2659,6 +2659,25 @@
<not-uninit/>
</arg>
</function>
<!-- void g_object_set(gpointer object, const gchar *first_property_name, ...); -->
<function name="g_object_set">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<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">
<not-uninit/>
</arg>
</function>
<!-- void g_object_set_data (GObject *object, const gchar *key, gpointer data); -->
<function name="g_object_set_data">
<noreturn>false</noreturn>