|
NetSurf
|
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... | |
meta data about a url
| time_t url_internal_data::last_visit |
Last visit time.
Definition at line 186 of file urldb.c.
Referenced by urldb_count_urls(), urldb_load(), urldb_reset_url_visit_data(), urldb_update_url_visit_data(), and urldb_write_paths().
| 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().
| 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().
| unsigned int url_internal_data::visits |
Visit count.
Definition at line 185 of file urldb.c.
Referenced by urldb_count_urls(), urldb_load(), urldb_reset_url_visit_data(), urldb_update_url_visit_data(), and urldb_write_paths().