From 22527e802cf0b102bda640b4c30fda1fa13913eb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 27 Jan 2011 11:19:51 -0500 Subject: [PATCH] Clarify documentation header about GTK+ 3 vs 2 I think it's confusing for a lot the developers out there who may not even be aware of GTK+ 3 coming, if suddenly GTK+ 3 becomes the "stable" version of "gtk" on library.gnome.org. It may not even be feasible for them to port to GTK+3 if it's not shipped in the operating systems they're targeting (for example, RHEL 6). Since practically speaking, we expect people to consume GTK+ 2 for several years at least, redirect these people to the right pages. (I didn't attempt to explain the differences between the libraries here, but hopefully the major version difference is enough of a hint) As a side effect, this makes the generated HTML look better; previously it looked rather crappy, since the "for GTK &version;" was totally offset and in a different group from the documentation title. --- docs/reference/gtk/gtk-docs.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 9f57e97057..0274da7a8f 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -8,11 +8,11 @@ ]> - GTK+ Reference Manual + GTK+ 3 Reference Manual - for GTK+ &version; - The latest version of this documentation can be found on-line at - http://library.gnome.org/devel/gtk/unstable/. + This document is for GTK+ 3 library; the latest version can be found online at + http://library.gnome.org/devel/gtk/unstable/. + If you're looking for the older GTK+ 2 series of libraries, they can be found under their version numbers; for example, 2.22 is available at http://library.gnome.org/devel/gtk/2.22/.