[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
What to do with private structure when object is destructed?g_type_class_add_private
- From: "Tomasz Jankowski" <tomcioj gmail com>
- To: gtk-app-devel-list gnome org
- Subject: What to do with private structure when object is destructed?g_type_class_add_private
- Date: Tue, 6 Nov 2007 13:19:57 +0100
Hi!
I added private structure to my class using g_type_class_add_private . When
object is destructed I need to free memory allocated by this structure on my
own in XXX_finalize method or GType will for me?
--
Cya!
Tom
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]