mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename update action method
This commit is contained in:
parent
d63ba8f1ad
commit
c3df2818c6
7 changed files with 45 additions and 44 deletions
|
|
@ -30,18 +30,19 @@ namespace app::browser
|
|||
Glib::ustring get_current_tab_page_subtitle();
|
||||
|
||||
// Actions
|
||||
void tab_append();
|
||||
void tab_close_all();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_update();
|
||||
|
||||
bool tab_page_navigation_history_try_back();
|
||||
bool tab_page_navigation_history_try_forward();
|
||||
|
||||
void refresh();
|
||||
|
||||
void tab_append();
|
||||
void tab_close_all();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_navigation_update();
|
||||
bool tab_page_navigation_history_try_back();
|
||||
bool tab_page_navigation_history_try_forward();
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue