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
![]() ![]() |
Public Attributes | |
guint * | sort_attrs |
gboolean | partial |
const GPtrArray * | tags_array |
gboolean | first |
gboolean TMSortOptions::first |
Definition at line 83 of file tm_tag.c.
Referenced by tag_search_cmp(), and tm_tags_find().
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().
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().
const GPtrArray* TMSortOptions::tags_array |
Definition at line 82 of file tm_tag.c.
Referenced by tag_search_cmp(), and tm_tags_find().