geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

TMSourceFile Struct Reference

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

#include <tm_source_file.h>

Public Attributes

TMParserType lang
 
char * file_name
 Full file name (inc. More...
 
char * short_name
 Just the name of the file (without the path) More...
 
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.

Definition at line 32 of file tm_source_file.h.

Member Data Documentation

◆ file_name

◆ lang

◆ short_name

char* TMSourceFile::short_name

Just the name of the file (without the path)

Definition at line 36 of file tm_source_file.h.

Referenced by compare_tags_by_name_line(), and tm_source_file_init().

◆ tags_array


The documentation for this struct was generated from the following file: