PHP GTK, Glade, signal_autoconnect parameters

[email protected] (Victor Sterpu) Sun, 28 Sep 2008 16:00:43 +0300
Newsgroups php.gtk.general
Message-ID <[email protected]>
I want to autoconnect the signals with my functions from glade.
So in my glade file I have this line: <signal name="activate" 
handler="test_function"/>
How can I pass some parameters to this function?

Thank you.