[Glade-devel] Passing user data to signal handler

Billy O'Connor billyoc@gnuyork.org
Tue, 27 Jan 2004 22:39:27 -0500


Joe Scaduto <scooch@noggle.biz> writes:

> Hello,
>
> In Gtk+ to connect a signal handler to a signal the function:
>
> g_signal_connect(instance, detailed_signal, c_handler, data) 
>
> can be called.  The fourth parameter as I understand allows the
> developer to pass any type of data to the handler.  I noticed that in
> the Properties->Signals tab in Glade 2 there are only the 'Signal'
> 'Handler' 'Object' and 'After' fields.  Is there a way to pass data to a
> signal handler using Glade 2? 
>

Isn't the Object the data?