From 8f496984a21d427ff0f1777d1425d3b13ac8b1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 20 Mar 2008 14:30:51 +0000 Subject: [PATCH] Add note and link for GTK 2.6 API docs. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2368 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 5 +++++ HACKING | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07ac93099..e045a50be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-20 Enrico Tröger + + * HACKING: Add note and link for GTK 2.6 API docs. + + 2008-03-20 Nick Treleaven * doc/plugin-symbols.c, doc/Makefile.am, doc/plugins.dox: diff --git a/HACKING b/HACKING index 17c177cf8..631828384 100644 --- a/HACKING +++ b/HACKING @@ -76,6 +76,21 @@ You can build Glade 2.10 and run the binary in place, without installing it - this should work fine even if you have another version of Glade installed on the system. +GTK API documentation +--------------------- +The official GTK 2.6 API documentation is not available online anymore, +so we put them on http://geany.uvena.de/manual/gtk/. +There is also a tarball with all available files for download and use +with devhelp. + +Using the 2.6 API documentation of the GTK libs (including GLib, GDK and +Pango) has the advantages that you don't get confused by any newer API +additions and you don't have to take care about whether you can use +them or not. +This is because Geany depends on GTK 2.6. API symbols from newer +GTK/GLib versions should be avoided to keep the source code building +against GTK 2.6. + Coding ------ Don't write long functions with a lot of variables and/or scopes - break