NetSurf
Data Fields
url_internal_data Struct Reference

meta data about a url More...

Data Fields

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

meta data about a url

Warning
must be kept in sync with url_data structure in netsurf/url_db.h

Definition at line 183 of file urldb.c.

Field Documentation

◆ last_visit

time_t url_internal_data::last_visit

◆ title

char* url_internal_data::title

Resource title.

Definition at line 184 of file urldb.c.

Referenced by urldb_destroy_path_node_content(), urldb_load(), urldb_set_url_title(), and urldb_write_paths().

◆ type

content_type url_internal_data::type

Type of resource.

Definition at line 187 of file urldb.c.

Referenced by urldb_load(), urldb_set_url_content_type(), and urldb_write_paths().

◆ visits

unsigned int url_internal_data::visits

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