Re: exception on exit

Davyd Madeley <[email protected]> Mon, 11 Jul 2005 09:28:32 +0800
Newsgroups gmane.comp.gnome.components
Organization Fugro FSI
Message-ID <1121045312.23029.12.camel@tc35>
On Fri, 2005-07-08 at 12:20 +0100, Gustavo J. A. M. Carneiro wrote:

>   Get the BonoboControlFrame for the BonoboWidget and connect to the
> "system_exception" signal with a callback like this:
> 
> static void
> stupid_control_has_died_on_me(BonoboControlFrame *frame,
> 			      CORBA_Object object,
> 			      CORBA_Environment *ev)
> {
> 	...
> }

Cheers, this works the treat.

I see this signal is documented in BonoboObject. Perhaps it should be
documented elsewhere too?

--d