[Glade-users] Is there any way to send multi user-datas to a singal handle?

Grigoriy G. Vovk grigoriy.vovk@linustech.com.cy
Tue, 24 Jul 2001 07:21:39 +0300 (EEST)


Jul 23, 19:37 +0800, z..jy wrote:

> for example :
> guint gtk_signal_connect( GtkObject     *object,
>                                const gchar   *name,
>                                GtkSignalFunc  func,
>                                gpointer       func_data );
> there is only one user-data send to GtkSignalFunc,
> Is there any way to send multi user-datas to it?
May be, send a pointer to a structure, where one of the
member will be a pointer to a next structure?


my best regards,
----------------
Grigoriy G. Vovk