mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update setter names
This commit is contained in:
parent
0d7aa9893f
commit
a5a3a5625b
3 changed files with 14 additions and 14 deletions
|
|
@ -11,8 +11,8 @@ namespace app::browser::main::tab::page
|
|||
{
|
||||
Gtk::Widget * widget;
|
||||
|
||||
void update(
|
||||
Gtk::Widget * new_widget
|
||||
void set_widget(
|
||||
Gtk::Widget * object
|
||||
);
|
||||
|
||||
public:
|
||||
|
|
@ -21,11 +21,11 @@ namespace app::browser::main::tab::page
|
|||
|
||||
~Content();
|
||||
|
||||
void text_gemini(
|
||||
void set_text_gemini(
|
||||
const Glib::ustring & gemtext
|
||||
);
|
||||
|
||||
void text_plain(
|
||||
void set_text_plain(
|
||||
const Glib::ustring & text
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue