Revision: 3851 http://geany.svn.sourceforge.net/geany/?rev=3851&view=rev Author: ntrel Date: 2009-06-10 15:14:22 +0000 (Wed, 10 Jun 2009)
Log Message: ----------- Don't include tm_workspace_find_scope_members() in the plugin API docs.
Modified Paths: -------------- trunk/tagmanager/include/tm_workspace.h
Modified: trunk/tagmanager/include/tm_workspace.h =================================================================== --- trunk/tagmanager/include/tm_workspace.h 2009-06-10 12:36:13 UTC (rev 3850) +++ trunk/tagmanager/include/tm_workspace.h 2009-06-10 15:14:22 UTC (rev 3851) @@ -139,7 +139,7 @@ tm_workspace_find_scoped (const char *name, const char *scope, gint type, TMTagAttrType *attrs, gboolean partial, langType lang, gboolean global_search);
-/*! Returns all matching members tags found in given struct/union/class name. +/* Returns all matching members tags found in given struct/union/class name. \param name Name of the struct/union/class. \param file_tags A GPtrArray of edited file TMTag pointers (for search speedup, can be NULL). \return A GPtrArray of TMTag pointers to struct/union/class members */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.