gtkbuilder

  • Using GtkBuilder and connect_signals

    I have been hunting spontaneous crashes with errors from the C GTK libs. The errors looked somewhat like these:

    Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed gtk.main() Warning: instance of invalid non-instantiatable type `AtkSelection' gtk.main() Warning: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed gtk.main() (...) Warning: instance of invalid non-instantiatable type `' gtk.main() … Read the rest of this entry »