SF.net SVN: geany:[5584] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Mar 8 20:19:02 UTC 2011
Revision: 5584
http://geany.svn.sourceforge.net/geany/?rev=5584&view=rev
Author: eht16
Date: 2011-03-08 20:19:01 +0000 (Tue, 08 Mar 2011)
Log Message:
-----------
Fix wrong code example in the API docs (spotted by Matthew Brush, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/geany.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-03-07 02:44:18 UTC (rev 5583)
+++ trunk/ChangeLog 2011-03-08 20:19:01 UTC (rev 5584)
@@ -1,3 +1,10 @@
+2011-03-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/geany.h:
+ Fix wrong code example in the API docs
+ (spotted by Matthew Brush, thanks).
+
+
2011-03-07 Colomban Wendling <colomban(at)geany(dot)org>
* tagmanager/mio/mio-memory.c:
Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h 2011-03-07 02:44:18 UTC (rev 5583)
+++ trunk/src/geany.h 2011-03-08 20:19:01 UTC (rev 5584)
@@ -70,7 +70,7 @@
* This is a full path read by @ref tm_get_real_path().
* @note Plugin configuration files should be saved as:
* @code g_build_path(G_DIR_SEPARATOR_S, geany->app->configdir, "plugins", "pluginname",
- * "file.conf"); @endcode */
+ * "file.conf", NULL); @endcode */
gchar *configdir;
gchar *datadir;
gchar *docdir;
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