NetSurf
Data Fields
global_history_entry Struct Reference
Collaboration diagram for global_history_entry:
[legend]

Data Fields

bool user_delete
 
int slot
 
nsurlurl
 
time_t t
 
treeview_nodeentry
 
struct global_history_entrynext
 
struct global_history_entryprev
 
struct treeview_field_data data [N_FIELDS - 1]
 

Detailed Description

Definition at line 77 of file global_history.c.

Field Documentation

◆ data

struct treeview_field_data global_history_entry::data[N_FIELDS - 1]

◆ entry

treeview_node* global_history_entry::entry

◆ next

struct global_history_entry* global_history_entry::next

◆ prev

struct global_history_entry* global_history_entry::prev

◆ slot

int global_history_entry::slot

◆ t

time_t global_history_entry::t

Definition at line 82 of file global_history.c.

Referenced by global_history_add_entry_internal().

◆ url

nsurl* global_history_entry::url

◆ user_delete

bool global_history_entry::user_delete

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