]> Pileus Git - ~andy/gtk/commitdiff
Link to the 2.x deprecated index in the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 19:11:49 +0000 (15:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 19:11:49 +0000 (15:11 -0400)
docs/reference/gtk/migrating-2to3.xml

index 9db760ae0073d161ebd4b7b7725073f333f51221..64278b1fa0bc98410e55cfe494438a03b7c9bc80 100644 (file)
@@ -82,9 +82,8 @@
     Over the years, a number of functions, and in some cases, entire
     widgets have been deprecated. These deprecations are clearly spelled
     out in the API reference, with hints about the recommended replacements.
-    The API reference also includes an
-    <link linkend="api-index-deprecated">index</link> of all deprecated
-    symbols.
+    The API reference for GTK+ 2 also includes an
+    <ulink url="http://developer.gnome.org/gtk/2.24/api-index-deprecated.html">index</ulink> of all deprecated symbols.
   </para>
   <para>
     To verify that your program does not use any deprecated symbols,
     as follows:
     <programlisting>
     make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
-    </programlisting>
+   </programlisting>
   </para>
   <para>
     Note that some parts of our API, such as enumeration values, are
     not well covered by the deprecation warnings. In most cases, using
     them will require you to also use deprecated functions, which will
     trigger warnings. But some things, like the %GTK_DIALOG_NO_SEPARATOR
-    flag that has disappeared in GTK+ 3, may not. 
+    flag that has disappeared in GTK+ 3, may not.
   </para>
   </section>