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

z..jy z..jy@163.net
Mon, 23 Jul 2001 19:37:14 +0800


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?