mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
reorder methods
This commit is contained in:
parent
293fe791ce
commit
946211167b
6 changed files with 56 additions and 56 deletions
|
|
@ -25,10 +25,6 @@ namespace app::browser
|
|||
|
||||
Main();
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_current_tab_page_title();
|
||||
Glib::ustring get_current_tab_page_subtitle();
|
||||
|
||||
// Actions
|
||||
void refresh();
|
||||
|
||||
|
|
@ -41,6 +37,10 @@ namespace app::browser
|
|||
void tab_page_navigation_update();
|
||||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_current_tab_page_title();
|
||||
Glib::ustring get_current_tab_page_subtitle();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue