gtk.cfg: Add configuration for function g_signal_new()

https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new
Found by daca@home
This commit is contained in:
versat 2019-08-21 13:13:12 +02:00
parent 5b5d943976
commit 56bd9b742f
1 changed files with 37 additions and 0 deletions

View File

@ -19686,6 +19686,43 @@
<not-uninit/>
</arg>
</function>
<!-- guint g_signal_new (const gchar *signal_name,
GType itype,
GSignalFlags signal_flags,
guint class_offset,
GSignalAccumulator accumulator,
gpointer accu_data,
GSignalCMarshaller c_marshaller,
GType return_type,
guint n_params,
...); -->
<function name="g_signal_new">
<noreturn>false</noreturn>
<returnValue type="guint"/>
<arg nr="1" direction="in">
<not-uninit/>
<strz/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in">
<not-uninit/>
</arg>
<arg nr="4" direction="in">
<not-uninit/>
</arg>
<arg nr="5"/>
<arg nr="6"/>
<arg nr="7"/>
<arg nr="8" direction="in">
<not-uninit/>
</arg>
<arg nr="9" direction="in">
<not-uninit/>
</arg>
<arg nr="variadic"/>
</function>
<define name="gchar" value="char"/>
<define name="guchar" value="unsigned char"/>
<define name="gint" value="int"/>