~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to tagmanager/include/tm_tag.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-02-25 21:12:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070225211213-jk4d4vxtgji0rj74
Tags: 0.10.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
 \param name Name of the tag to locate.
282
282
 \param partial If TRUE, matches the first part of the name instead of doing exact match.
283
283
*/
284
 
TMTag **tm_tags_find(GPtrArray *sorted_tags_array, const char *name, gboolean partial, int * tagCount);
 
284
TMTag **tm_tags_find(const GPtrArray *sorted_tags_array, const char *name,
 
285
                gboolean partial, int * tagCount);
285
286
 
286
287
/*!
287
288
 Completely frees an array of tags.