From b2d9e8ab2457bd51fb9205ba05a0d22c2402e156 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 May 2012 15:11:49 -0400 Subject: [PATCH] Link to the 2.x deprecated index in the migration guide --- docs/reference/gtk/migrating-2to3.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 9db760ae00..64278b1fa0 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -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 - index of all deprecated - symbols. + The API reference for GTK+ 2 also includes an + index of all deprecated symbols. To verify that your program does not use any deprecated symbols, @@ -92,14 +91,14 @@ as follows: make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" - + 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.