mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement title detection by content type provider
This commit is contained in:
parent
5e88040bf0
commit
f31dc84fe6
9 changed files with 83 additions and 9 deletions
|
|
@ -8,10 +8,14 @@ namespace app::browser::main::tab::page::content::text
|
|||
{
|
||||
class Gemini : public Gtk::Viewport
|
||||
{
|
||||
/*
|
||||
* Gemini class API
|
||||
*/
|
||||
public:
|
||||
|
||||
Gemini(
|
||||
const Glib::ustring & GEMTEXT
|
||||
const Glib::ustring & GEMTEXT,
|
||||
Glib::ustring & title
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue