SF.net SVN: geany:[5054] trunk

frlan at users.sourceforge.net frlan at xxxxx
Sun Jun 20 15:03:30 UTC 2010


Revision: 5054
          http://geany.svn.sourceforge.net/geany/?rev=5054&view=rev
Author:   frlan
Date:     2010-06-20 15:03:30 +0000 (Sun, 20 Jun 2010)

Log Message:
-----------
Change of description of tm_get_real_path(). Patch by Dimitar Zhekov. Thanks.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tagmanager/include/tm_work_object.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-06-18 17:15:28 UTC (rev 5053)
+++ trunk/ChangeLog	2010-06-20 15:03:30 UTC (rev 5054)
@@ -1,3 +1,10 @@
+2010-06-20  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * tagmanager/tm_work_object.c:
+   Change of description of tm_get_real_path(). Patch by Dimitar Zhekov.
+   Thanks.
+
+
 2010-06-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/ui_utils.h, src/dialogs.c, src/plugindata.h, src/search.c,

Modified: trunk/tagmanager/include/tm_work_object.h
===================================================================
--- trunk/tagmanager/include/tm_work_object.h	2010-06-18 17:15:28 UTC (rev 5053)
+++ trunk/tagmanager/include/tm_work_object.h	2010-06-20 15:03:30 UTC (rev 5054)
@@ -79,10 +79,9 @@
 
 /*!
  Given a file name, returns a newly allocated string containing the realpath()
- of the file. However, unlike realpath, a reasonable guess is returned even if
- the file does not exist, which may often be the case
+ of the file.
  \param file_name The original file_name
- \return A newly allocated string containing the real path to the file
+ \return A newly allocated string containing the real path to the file. NULL if none is available.
 */
 gchar *tm_get_real_path(const gchar *file_name);
 


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