Geany dev
Data Fields
TMSourceFile Struct Reference

The TMSourceFile structure represents the source file and its tags in the tag manager. More...

#include <tm_source_file.h>

Data Fields

char * file_name
 Full file name (inc. More...
 
char * short_name
 Just the name of the file (without the path)
 
GPtrArray * tags_array
 Sorted tag array obtained by parsing the object. More...
 

Detailed Description

The TMSourceFile structure represents the source file and its tags in the tag manager.

Field Documentation

◆ file_name

char* TMSourceFile::file_name

Full file name (inc.

path)

◆ tags_array

GPtrArray* TMSourceFile::tags_array

Sorted tag array obtained by parsing the object.

(element-type: TMTag)