mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
893f114abf
commit
19d7428e75
1 changed files with 6 additions and 1 deletions
|
|
@ -94,6 +94,11 @@ namespace app::browser::main::tab
|
|||
|
||||
public:
|
||||
|
||||
/*
|
||||
* Gemini protocol
|
||||
*
|
||||
* https://geminiprotocol.net
|
||||
*/
|
||||
struct Gemini
|
||||
{
|
||||
// Defaults
|
||||
|
|
@ -139,7 +144,7 @@ namespace app::browser::main::tab
|
|||
static bool meta(
|
||||
const Glib::ustring & RESPONSE,
|
||||
Status & status,
|
||||
MIME & mime
|
||||
MIME & mime // same to page global
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue