SF.net SVN: geany: [2368] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Mar 20 14:30:56 UTC 2008
Revision: 2368
http://geany.svn.sourceforge.net/geany/?rev=2368&view=rev
Author: eht16
Date: 2008-03-20 07:30:51 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
Add note and link for GTK 2.6 API docs.
Modified Paths:
--------------
trunk/ChangeLog
trunk/HACKING
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-20 13:09:19 UTC (rev 2367)
+++ trunk/ChangeLog 2008-03-20 14:30:51 UTC (rev 2368)
@@ -1,3 +1,8 @@
+2008-03-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * HACKING: Add note and link for GTK 2.6 API docs.
+
+
2008-03-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* doc/plugin-symbols.c, doc/Makefile.am, doc/plugins.dox:
Modified: trunk/HACKING
===================================================================
--- trunk/HACKING 2008-03-20 13:09:19 UTC (rev 2367)
+++ trunk/HACKING 2008-03-20 14:30:51 UTC (rev 2368)
@@ -76,6 +76,21 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list