draft page session db features

This commit is contained in:
yggverse 2024-09-10 21:21:05 +03:00
parent b1f2a1b893
commit e78b7e5487
5 changed files with 97 additions and 10 deletions

View file

@ -6,6 +6,7 @@
#include <glibmm/ustring.h>
#include <gtkmm/box.h>
#include <gtkmm/object.h>
#include <sqlite3.h>
namespace app::browser::main::tab::page
{
@ -45,7 +46,9 @@ namespace app::browser::main::tab::page
const double & PROGRESS_FRACTION
);
int save();
int save(
const sqlite3_int64 & DB__APP_BROWSER_MAIN_TAB__SESSION_ID
);
void history_add(
const Glib::ustring & REQUEST,