mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update history actions api
This commit is contained in:
parent
9ef5b169d3
commit
0a09de1fdd
12 changed files with 106 additions and 109 deletions
|
|
@ -60,14 +60,14 @@ namespace app::browser::main
|
|||
|
||||
void page_navigation_update(
|
||||
const int & PAGE_NUMBER,
|
||||
const bool & ADD_HISTORY
|
||||
const bool & ADD_HISTORY = true
|
||||
);
|
||||
|
||||
bool page_navigation_history_try_back(
|
||||
void page_navigation_history_back(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
bool page_navigation_history_try_forward(
|
||||
void page_navigation_history_forward(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue