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 | |
const void *const | target_key |
hashTableForeachFunc | user_proc |
void * | user_data |
hashTableEqualFunc | equalfn |
hashTableEqualFunc chainTracker::equalfn |
Definition at line 54 of file htable.c.
Referenced by track_chain().
const void* const chainTracker::target_key |
Definition at line 51 of file htable.c.
Referenced by hashTableForeachItemOnChain(), and track_chain().
void* chainTracker::user_data |
Definition at line 53 of file htable.c.
Referenced by hashTableForeachItemOnChain(), and track_chain().
hashTableForeachFunc chainTracker::user_proc |
Definition at line 52 of file htable.c.
Referenced by track_chain().