Re: GObject Destruction
- From: "Jasper St. Pierre" <jstpierre mecheye net>
- To: Milosz Derezynski <internalerror gmail com>
- Cc: "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: GObject Destruction
- Date: Tue, 18 Dec 2012 05:24:54 -0500
The issue is that the class has already been finalized. At that point, you are no longer allowed to access any properties.
I suppose you could also try and access raw storage from class A, but storing any data you'll need to free something in class B when you allocate it seems like the cleanest solution to me.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]