mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add namespace to session methods
This commit is contained in:
parent
78c31a3cd6
commit
d8cf3c6d1f
16 changed files with 53 additions and 55 deletions
|
|
@ -95,11 +95,11 @@ namespace app::browser
|
|||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
|
||||
int restore(
|
||||
int session_restore(
|
||||
const sqlite3_int64 & APP_BROWSER__SESSION__ID
|
||||
); // return sqlite3_finalize status code
|
||||
|
||||
void save(
|
||||
void session_save(
|
||||
const sqlite3_int64 & APP_BROWSER__SESSION__ID
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue