mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update page constructor api
This commit is contained in:
parent
b522e6b2a0
commit
f1515f8e99
6 changed files with 18 additions and 27 deletions
|
|
@ -83,14 +83,14 @@ namespace app::browser::main::tab
|
|||
|
||||
// Meta
|
||||
MIME mime;
|
||||
Glib::ustring title;
|
||||
Glib::ustring description;
|
||||
|
||||
// Tools
|
||||
double progress_fraction; // async load indication (progress bar)
|
||||
double progress_fraction;
|
||||
|
||||
GUri * uri;
|
||||
|
||||
Glib::ustring title;
|
||||
Glib::ustring description;
|
||||
|
||||
// Actions
|
||||
Glib::RefPtr<Gio::SimpleAction> action__update;
|
||||
|
||||
|
|
@ -114,9 +114,6 @@ namespace app::browser::main::tab
|
|||
|
||||
Page(
|
||||
sqlite3 * db,
|
||||
const MIME & MIME,
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & DESCRIPTION,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__UPDATE,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PAGE_NAVIGATION_HISTORY_BACK,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PAGE_NAVIGATION_HISTORY_FORWARD,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue