SF.net SVN: geany:[4832] trunk/tagmanager/include/tm_tag.h

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Apr 18 21:42:22 UTC 2010


Revision: 4832
          http://geany.svn.sourceforge.net/geany/?rev=4832&view=rev
Author:   eht16
Date:     2010-04-18 21:42:22 +0000 (Sun, 18 Apr 2010)

Log Message:
-----------
Document missing argument

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

Modified: trunk/tagmanager/include/tm_tag.h
===================================================================
--- trunk/tagmanager/include/tm_tag.h	2010-04-18 21:42:12 UTC (rev 4831)
+++ trunk/tagmanager/include/tm_tag.h	2010-04-18 21:42:22 UTC (rev 4832)
@@ -287,6 +287,7 @@
  \param sorted_tags_array Tag array sorted on name
  \param name Name of the tag to locate.
  \param partial If TRUE, matches the first part of the name instead of doing exact match.
+ \param tagCount Return location of the matched tags.
 */
 TMTag **tm_tags_find(const GPtrArray *sorted_tags_array, const char *name,
 		gboolean partial, int * tagCount);


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