add argument-less update method

This commit is contained in:
yggverse 2024-09-11 07:42:18 +03:00
parent 1df58f17de
commit abce6e44fd
2 changed files with 10 additions and 5 deletions

View file

@ -126,6 +126,7 @@ namespace app::browser::main::tab
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
);
void update();
void update(
const MIME & MIME,
const Glib::ustring & TITLE,