mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15: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
|
|
@ -38,12 +38,9 @@ namespace app::browser::main::tab::page
|
|||
|
||||
// Actions
|
||||
void history_add(
|
||||
const Glib::ustring & VALUE
|
||||
const Glib::ustring & REQUEST
|
||||
);
|
||||
|
||||
bool history_try_back();
|
||||
bool history_try_forward();
|
||||
|
||||
void refresh();
|
||||
|
||||
// Setters
|
||||
|
|
@ -59,6 +56,14 @@ namespace app::browser::main::tab::page
|
|||
Glib::ustring get_request_port();
|
||||
Glib::ustring get_request_path();
|
||||
Glib::ustring get_request_query();
|
||||
|
||||
bool try_history_back(
|
||||
Glib::ustring & request
|
||||
);
|
||||
|
||||
bool try_history_forward(
|
||||
Glib::ustring & request
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue