NetSurf
Data Fields
url_data Struct Reference

#include <url_db.h>

Data Fields

const char * title
 Resource title. More...
 
unsigned int visits
 Visit count. More...
 
time_t last_visit
 Last visit time. More...
 
content_type type
 Type of resource. More...
 

Detailed Description

Definition at line 36 of file url_db.h.

Field Documentation

◆ last_visit

time_t url_data::last_visit

◆ title

const char* url_data::title

Resource title.

Definition at line 37 of file url_db.h.

Referenced by hotlist_create_treeview_field_data(), and ro_gui_hotlist_add_page().

◆ type

content_type url_data::type

Type of resource.

Definition at line 40 of file url_db.h.

Referenced by ro_gui_url_complete_redraw(), and ro_gui_url_suggest_callback().

◆ visits

unsigned int url_data::visits

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