GladeXML::signal_autoconnect_object
void signal_autoconnect_object([array handlers]); 
    
     Connects all signal handlers defined in the glade file to functions
     with the same name as the signal handler.
     Other than signal_autoconnect()  the
     calling widget will not be passed as the first parameter (just omitted).
    
    
     For an explanation of the handlers parameter
     see signal_autoconnect() .