NetSurf
|
Data Fields | |
bool | user_delete |
int | slot |
nsurl * | url |
time_t | t |
treeview_node * | entry |
struct global_history_entry * | next |
struct global_history_entry * | prev |
struct treeview_field_data | data [N_FIELDS - 1] |
Definition at line 77 of file global_history.c.
struct treeview_field_data global_history_entry::data[N_FIELDS - 1] |
Definition at line 87 of file global_history.c.
Referenced by global_history_add_entry(), global_history_add_entry_internal(), global_history_create_treeview_field_data(), global_history_delete_entry_internal(), global_history_entry_insert(), global_history_export_enter_cb(), global_history_get_selection(), and global_history_tree_node_entry_cb().
treeview_node* global_history_entry::entry |
Definition at line 83 of file global_history.c.
Referenced by global_history_add_entry(), global_history_add_entry_internal(), global_history_delete_entry_internal(), global_history_entry_insert(), and global_history_tree_node_entry_cb().
struct global_history_entry* global_history_entry::next |
Definition at line 84 of file global_history.c.
Referenced by global_history_add_entry_internal(), global_history_delete_entry_internal(), global_history_find(), and global_history_init_entries().
struct global_history_entry* global_history_entry::prev |
Definition at line 85 of file global_history.c.
Referenced by global_history_add_entry_internal(), global_history_delete_entry_internal(), and global_history_init_entries().
int global_history_entry::slot |
Definition at line 80 of file global_history.c.
Referenced by global_history_add_entry(), global_history_add_entry_internal(), and global_history_delete_entry_internal().
time_t global_history_entry::t |
Definition at line 82 of file global_history.c.
Referenced by global_history_add_entry_internal().
nsurl* global_history_entry::url |
Definition at line 81 of file global_history.c.
Referenced by global_history_add_entry(), global_history_add_entry_internal(), global_history_create_treeview_field_data(), global_history_delete_entry_internal(), global_history_find(), global_history_get_selection(), and global_history_tree_node_entry_cb().
bool global_history_entry::user_delete |
Definition at line 78 of file global_history.c.
Referenced by global_history_add_entry_internal(), global_history_delete_entry_internal(), and global_history_tree_node_entry_cb().