[clutter] ClutterScript signal handling

2009-10-19 Thread Glen Gray
Hey guys, I was wondering if it's possible to with the ClutterScript API as per 1.0 series, to pass over data to a signal handler's gpointer user_data parameter ? Something along the lines of below, where button is the ide of another child object ? ... signals : [ { name :

Re: [clutter] ClutterScript signal handling

2009-10-19 Thread Emmanuele Bassi
On Mon, 2009-10-19 at 15:11 +0100, Glen Gray wrote: Hey guys, I was wondering if it's possible to with the ClutterScript API as per 1.0 series, to pass over data to a signal handler's gpointer user_data parameter ? Something along the lines of below, where button is the ide of another

Re: [clutter] ClutterScript signal handling

2009-10-19 Thread Glen Gray
Emmanuele Bassi wrote: nope, you can't. ClutterScript does not special-case strings and we cannot get random user data since it would imply pointer handling. the way User Interface definition files work in similar contexts (GtkBuilder and libglade, which are the prior art for ClutterScript in