GladeXML::signal_autoconnect

void signal_autoconnect();

If you have specified signal handlers in your .glade file; then use this method to automatically connect all your signals to functions with the same name as the signal handlers specified.

Note that all your functions must be part of the global namespace for this to work. If you intend to use methods that are part of a class as signal handlers, then use signal_autoconnect_instance() instead.