mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update socket connection
This commit is contained in:
parent
d8cf3c6d1f
commit
3c9b964a6b
2 changed files with 31 additions and 21 deletions
|
|
@ -100,8 +100,9 @@ namespace app::browser::main::tab
|
|||
// Socket
|
||||
char buffer[0xfffff]; // 1Mb
|
||||
|
||||
Glib::RefPtr<Gio::SocketClient> GioSocketClient;
|
||||
Glib::RefPtr<Gio::SocketConnection> GioSocketConnection;
|
||||
// Shared socket connectors (for async operations)
|
||||
Glib::RefPtr<Gio::SocketClient> socket__client;
|
||||
Glib::RefPtr<Gio::SocketConnection> socket__connection;
|
||||
|
||||
// Components
|
||||
page::Content * pageContent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue