mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
draft page session db features
This commit is contained in:
parent
b1f2a1b893
commit
e78b7e5487
5 changed files with 97 additions and 10 deletions
|
|
@ -101,8 +101,9 @@ void Navigation::refresh(
|
|||
);
|
||||
}
|
||||
|
||||
int Navigation::save()
|
||||
{
|
||||
int Navigation::save(
|
||||
const sqlite3_int64 & DB__APP_BROWSER_MAIN_TAB_PAGE__SESSION_ID
|
||||
) {
|
||||
navigationRequest->save();
|
||||
|
||||
return 1; // @TODO SQL
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue