GtkObject::signal_handlers_destroy
void
signal_handlers_destroy(void);
Destroys all signal handlers connected to this object. This method will
destroy all handlers whether they were connected by default or by calling
connect() or one of its sister
methods. This method is called automatically when an object is destroyed,
it should not normally be called in code.