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:
parent
e0f258db0c
commit
f239d4675b
19
cfg/gtk.cfg
19
cfg/gtk.cfg
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue