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)  

TMSortOptions Struct Reference

Public Attributes

guint * sort_attrs
 
gboolean partial
 
const GPtrArray * tags_array
 
gboolean first
 

Detailed Description

Definition at line 78 of file tm_tag.c.

Member Data Documentation

◆ first

gboolean TMSortOptions::first

Definition at line 83 of file tm_tag.c.

Referenced by tag_search_cmp(), and tm_tags_find().

◆ partial

gboolean TMSortOptions::partial

Definition at line 81 of file tm_tag.c.

Referenced by tm_tag_compare(), tm_tags_dedup(), tm_tags_find(), tm_tags_merge(), and tm_tags_sort().

◆ sort_attrs

guint* TMSortOptions::sort_attrs

Definition at line 80 of file tm_tag.c.

Referenced by tm_tag_compare(), tm_tags_dedup(), tm_tags_find(), tm_tags_merge(), and tm_tags_sort().

◆ tags_array

const GPtrArray* TMSortOptions::tags_array

Definition at line 82 of file tm_tag.c.

Referenced by tag_search_cmp(), and tm_tags_find().


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