mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement navigation history session save
This commit is contained in:
parent
ab21f58adb
commit
a9d00188f4
4 changed files with 328 additions and 35 deletions
|
|
@ -94,11 +94,11 @@ namespace app::browser::main::tab::page
|
|||
);
|
||||
|
||||
int restore(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB_PAGE__SESSION__ID
|
||||
); // return sqlite3_finalize status code
|
||||
|
||||
int save(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
|
||||
void save(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB_PAGE__SESSION__ID
|
||||
);
|
||||
|
||||
void history_add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue