diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dc4ce0568f..fa9c8dab05 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Matthias Clasen + + * gtk/migrating-GtkBuilder.sgml: Add a paragraph about + using gtk-builder-convert. + 2007-09-07 Matthias Clasen * gtk/tmpl/gtkprintunixdialog.sgml: Additions diff --git a/docs/reference/gtk/migrating-GtkBuilder.sgml b/docs/reference/gtk/migrating-GtkBuilder.sgml index 2806ff9027..721392e387 100644 --- a/docs/reference/gtk/migrating-GtkBuilder.sgml +++ b/docs/reference/gtk/migrating-GtkBuilder.sgml @@ -8,6 +8,16 @@ provided by #GladeXML in the libglade library. + + A good way to start a migration from libglade to GtkBuilder is + to run the gtk-builder-convert + utility on your glade file, and inspect the resulting output. + If your code uses the @root parameter of glade_xml_new(), you + may want to split your glade file into multiple GtkBuilder files + by using the option of + gtk-builder-convert. + + While GtkBuilder strives to be a complete replacement for libglade, there are a number of areas where it is currently @@ -21,9 +31,8 @@ to implement, see bug 447998. As a workaround, you can split your glade file - into multiple GtkBuilder input files. The - gtk-builder-convert conversion script - has a option that can help with this. + into multiple GtkBuilder input files using the + that was mentioned above.