diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-09-10 17:32:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-09-10 17:32:52 +0000 |
commit | d7d3690f898d41627e9c79d282a5eaedd2fb6a72 (patch) | |
tree | 2ea192fca1186598eed5430af45d5ce7eee9b12e | |
parent | 9ee525e0f712ad80e135c32119ef7708109ebee3 (diff) | |
download | gdk-pixbuf-d7d3690f898d41627e9c79d282a5eaedd2fb6a72.tar.gz |
Add one more paragraph
svn path=/trunk/; revision=18788
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/migrating-GtkBuilder.sgml | 15 |
2 files changed, 17 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dc4ce0568..fa9c8dab0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Matthias Clasen <mclasen@redhat.com> + + * gtk/migrating-GtkBuilder.sgml: Add a paragraph about + using gtk-builder-convert. + 2007-09-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprintunixdialog.sgml: Additions diff --git a/docs/reference/gtk/migrating-GtkBuilder.sgml b/docs/reference/gtk/migrating-GtkBuilder.sgml index 2806ff902..721392e38 100644 --- a/docs/reference/gtk/migrating-GtkBuilder.sgml +++ b/docs/reference/gtk/migrating-GtkBuilder.sgml @@ -9,6 +9,16 @@ </para> <para> + A good way to start a migration from libglade to GtkBuilder is + to run the <link linkend="gtk-builder-convert">gtk-builder-convert</link> + 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>--root</option> option of + <application>gtk-builder-convert</application>. + </para> + + <para> While GtkBuilder strives to be a complete replacement for libglade, there are a number of areas where it is currently still behind libglade: @@ -21,9 +31,8 @@ to implement, see <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug 447998</ulink>. As a workaround, you can split your glade file - into multiple GtkBuilder input files. The - <application>gtk-builder-convert</application> conversion script - has a <option>--root</option> option that can help with this. + into multiple GtkBuilder input files using the <option>--root</option> + that was mentioned above. </para></listitem> <listitem><para> |