GNOME Bugzilla – Bug 600158
Do not use static GTypeInfo and GInterfaceInfo
Last modified: 2009-11-07 06:30:55 UTC
Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED) and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and GInterfaceInfo structs, while tutorials and source code often use static variables. Patch following
Created attachment 146585 [details] [review] Do not use static GTypeInfo and GInterfaceInfo
Initially reported here: http://mail.gnome.org/archives/gtk-devel-list/2009-October/msg00168.html
Comment on attachment 146585 [details] [review] Do not use static GTypeInfo and GInterfaceInfo Looks good to me.
Comment on attachment 146585 [details] [review] Do not use static GTypeInfo and GInterfaceInfo commit 1e1131c959c5e74ce1272b698f597e97e0f5ddd7