[gtk+] Link to the 2.x deprecated index in the migration guide
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Link to the 2.x deprecated index in the migration guide
- Date: Sat, 26 May 2012 19:11:08 +0000 (UTC)
commit b2d9e8ab2457bd51fb9205ba05a0d22c2402e156
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 26 15:11:49 2012 -0400
Link to the 2.x deprecated index in the migration guide
docs/reference/gtk/migrating-2to3.xml | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index 9db760a..64278b1 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
- <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,
@@ -92,14 +91,14 @@
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]