forked from AuroraMiddleware/gtk
0f24fddaf7
We need to adapt to both the change in the name of the project, and to the name change in the pkg-config file.
16 lines
666 B
XML
16 lines
666 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
]>
|
|
<chapter id="gtk-migrating-2-to-4">
|
|
<title>Migrating from GTK 2.x to GTK 4</title>
|
|
|
|
<para>
|
|
If your application is still using GTK 2, you should first convert it to
|
|
GTK 3, by following the <ulink url="https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html">migration guide</ulink> in the GTK 3
|
|
documentation, and then follow <xref linkend="gtk-migrating-3-to-4"/>.
|
|
</para>
|
|
|
|
</chapter>
|