mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
rename method
This commit is contained in:
parent
004861a3d8
commit
de40ed8892
5 changed files with 57 additions and 54 deletions
|
|
@ -40,6 +40,15 @@ namespace app::browser::main::tab::page::navbar
|
|||
History();
|
||||
|
||||
// Actions
|
||||
void add(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
||||
void save(); // @TODO save history to the permanent storage
|
||||
|
||||
bool try_back(
|
||||
Memory & match,
|
||||
const bool & FOLLOW = true
|
||||
|
|
@ -49,15 +58,6 @@ namespace app::browser::main::tab::page::navbar
|
|||
Memory & match,
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
void push(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
void save(); // @TODO save history to the permanent storage
|
||||
|
||||
void refresh();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue