GNOME Bugzilla – Bug 530748
Document migration from libglade better
Last modified: 2008-06-01 20:56:22 UTC
I've been looking into migrating anjuta to gtkbuilder. anjuta uses a couple of functions from libglade which don't have a counterpart in gtkbuilder which makes it less trivial to do the migration Functions that are missing are glade_xml_get_widget_prefix glade_get_widget_name
glade_xml_get_widget_prefix is gone, it's replaced by gtk_builder_get_objects. If you want to do prefix filtering you can do it yourself. glade_get_widget_name is replaced by gtk_buildable_get_name(). This should be clarified in the documentation, how to port an application from libglade to gtkbuilder.
Thanks for the info
Changing the summary based on comment #1