mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement alternative update action api
This commit is contained in:
parent
6b6d3ad826
commit
cda76380e8
13 changed files with 142 additions and 2 deletions
|
|
@ -133,6 +133,10 @@ namespace app::browser::main::tab
|
|||
|
||||
void update();
|
||||
|
||||
void update(
|
||||
const Glib::ustring & URI
|
||||
);
|
||||
|
||||
void navigation_reload(
|
||||
const bool & ADD_HISTORY
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue