From: Duilio J. P. <dp...@fc...> - 2004-11-23 23:41:53
|
The problem is not G_DEFINE_TYPE, which could be easily defined, but G_TYPE_INSTANCE_GET_PRIVATE, which needs g_type_class_{add/get}_private() functions. I think we need another way to save the private info. Bye, Duilio. |