mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add get_request_from_uri method
This commit is contained in:
parent
747f622e4d
commit
5244e52da3
2 changed files with 22 additions and 7 deletions
|
|
@ -99,6 +99,10 @@ namespace app::browser::main::tab
|
|||
static const int DEFAULT_PORT = 1965;
|
||||
|
||||
static Glib::RefPtr<Gio::SocketClient> create();
|
||||
|
||||
static Glib::ustring get_request_from_uri(
|
||||
GUri * uri
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue