Hi; what's the purpose of sealing the "GtkFooPrivate *priv" members of GtkFoo structs? Those are opaque pointers that code outside of gtk cannot access anyway. And in gtk+ itself using obj->priv is just a pointer deref while using G_TYPE_INSTANCE_GET_PRIVATE which you replaced it with is more costly than that.
Christian
_______________________________________________
gtk-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-devel-list
