Browse Source

add comments

CPP-GTK4
yggverse 2 months ago
parent
commit
19d7428e75
  1. 7
      src/app/browser/main/tab/page.hpp

7
src/app/browser/main/tab/page.hpp

@ -94,6 +94,11 @@ namespace app::browser::main::tab @@ -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 @@ -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…
Cancel
Save