const DilloUrl * a_History_get_url(int idx)
Return the DilloUrl field (by index)
int a_History_add_url(DilloUrl *url)
Add a new H_Item at the end of the history list (taking care of not making a duplicate entry)
const char * a_History_get_title(int idx, int force)
Return the title field (by index) ('force' returns URL_STR when there's no title)
void a_History_set_title_by_url(const DilloUrl *url, const char *title)
Set the page-title for a given URL.
const char * a_History_get_title_by_url(const DilloUrl *url, int force)
Return the title field (by url) ('force' returns URL_STR when there's no title)
void a_History_freeall(void)
Free all the memory used by this module.