mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add set_navbar_request_text method
This commit is contained in:
parent
a015c81050
commit
99f1fa7c2e
2 changed files with 14 additions and 0 deletions
|
|
@ -67,6 +67,11 @@ namespace app::browser::main::tab
|
|||
Glib::ustring get_subtitle();
|
||||
|
||||
Glib::ustring get_navigation_request_text();
|
||||
|
||||
// Setters
|
||||
void set_navbar_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue