Geany dev
|
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... | |
The TMSourceFile structure represents the source file and its tags in the tag manager.
char* TMSourceFile::file_name |
Full file name (inc.
path)
GPtrArray* TMSourceFile::tags_array |
Sorted tag array obtained by parsing the object.
(element-type: TMTag)