~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to tagmanager/include/tm_tag.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
 \param sorted_tags_array Tag array sorted on name
288
288
 \param name Name of the tag to locate.
289
289
 \param partial If TRUE, matches the first part of the name instead of doing exact match.
 
290
 \param tagCount Return location of the matched tags.
290
291
*/
291
292
TMTag **tm_tags_find(const GPtrArray *sorted_tags_array, const char *name,
292
293
                gboolean partial, int * tagCount);