Re: BonoboControl unref

Rodrigo Moya <[email protected]> Mon, 25 Aug 2003 12:19:39 +0200
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
On Mon, 2003-08-25 at 13:34 +0530, Archit Baweja wrote:
> Hi
> 
> Is this "destroy" signal emitted client (bonobowindow aka container) side or
> server (bonobocontrol aka containee) side?
> 
> I want something server side.
> 
when the control is unrefed on the client, the server object should be
destroyed (if its refcount is 0), so yeah, you'll get the "destroy"
signal on the control.

cheers