mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove default values, add follow argument
This commit is contained in:
parent
4cde44025f
commit
ab0c28badf
4 changed files with 25 additions and 15 deletions
|
|
@ -38,7 +38,8 @@ namespace app::browser::main::tab::page
|
|||
|
||||
// Actions
|
||||
void history_add(
|
||||
const Glib::ustring & REQUEST
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
|
@ -57,12 +58,15 @@ namespace app::browser::main::tab::page
|
|||
Glib::ustring get_request_path();
|
||||
Glib::ustring get_request_query();
|
||||
|
||||
// Actionable getters
|
||||
bool try_history_back(
|
||||
Glib::ustring & request
|
||||
Glib::ustring & request,
|
||||
const bool & FOLLOW
|
||||
);
|
||||
|
||||
bool try_history_forward(
|
||||
Glib::ustring & request
|
||||
Glib::ustring & request,
|
||||
const bool & FOLLOW
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue