Re: Chaining of dispose and finalize



On Sat, Sep 04, 2004 at 12:04:31AM +1000, Russell Shaw wrote:

G_OBJECT_CLASS (parent_class)->dispose (view);

But in view_class_init() above, i did: gobject_class->dispose=view_dispose,
so G_OBJECT_CLASS(parent_class)->dispose(view) will recursively call itself
forever.

I suppose you have not tried it?

Yeti


--
Do not use tab characters. Their effect is not predictable.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]