Ralph Walden <[EMAIL PROTECTED]> writes: > Can anyone comment on the changes between 1.2 and 2.0 that > woud break code using > > gtk_type_unique(GTK_TYPE_BOXED, &some_subclass_info ); > > in the _get_type function for a derived type? >
You probably want g_boxed_type_register_static() instead. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
