Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
webui.hh
Go to the documentation of this file.
1 // This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
2#pragma once
3
4#include <ase/atquit.hh>
5
6namespace Ase {
7
8ErrorReason webui_start_browser (const std::string &mode, MainLoopP loop, const std::string &url, const std::function<void()> &onclose);
9// check errno
10String webui_create_auth_redirect (const std::string &executable, unsigned port, const std::string &token, const std::string &snapmode = "");
11
12} // Ase
The Anklang C++ API namespace.
Definition api.hh:9
std::string String
Convenience alias for std::string.
Definition cxxaux.hh:35