mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update const name
This commit is contained in:
parent
ab0c28badf
commit
d7de166ef0
4 changed files with 18 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ namespace app::browser::main::tab::page
|
|||
// Actions
|
||||
void history_add(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
|
@ -61,12 +61,12 @@ namespace app::browser::main::tab::page
|
|||
// Actionable getters
|
||||
bool try_history_back(
|
||||
Glib::ustring & request,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
bool try_history_forward(
|
||||
Glib::ustring & request,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue