SF.net SVN: geany:[3887] trunk/tagmanager/include/tm_workspace.h

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jun 21 21:19:43 UTC 2009


Revision: 3887
          http://geany.svn.sourceforge.net/geany/?rev=3887&view=rev
Author:   eht16
Date:     2009-06-21 21:19:43 +0000 (Sun, 21 Jun 2009)

Log Message:
-----------
Rename shadowed variable name (sync with function definition).

Modified Paths:
--------------
    trunk/tagmanager/include/tm_workspace.h

Modified: trunk/tagmanager/include/tm_workspace.h
===================================================================
--- trunk/tagmanager/include/tm_workspace.h	2009-06-21 21:19:30 UTC (rev 3886)
+++ trunk/tagmanager/include/tm_workspace.h	2009-06-21 21:19:43 UTC (rev 3887)
@@ -63,11 +63,11 @@
 
 /*! Removes a member object from the workspace if it exists.
  \param work_object Pointer to the work object to be removed.
- \param free Whether the work object is to be freed as well.
+ \param do_free Whether the work object is to be freed as well.
  \param update Whether to update workspace objects.
  \return TRUE on success, FALSE on failure (e.g. the work object does not exist).
 */
-gboolean tm_workspace_remove_object(TMWorkObject *work_object, gboolean free, gboolean update);
+gboolean tm_workspace_remove_object(TMWorkObject *work_object, gboolean do_free, gboolean update);
 
 /* Loads the global tag list from the specified file. The global tag list should
  have been first created using tm_workspace_create_global_tags().


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