Anklang
0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation
Loading...
Searching...
No Matches
ase
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
6
namespace
Ase
{
7
8
ErrorReason webui_start_browser (
const
std::string
&mode, MainLoopP loop,
const
std::string
&url,
const
std::function
<
void
()> &onclose);
9
// check errno
10
String
webui_create_auth_redirect (
const
std::string
&executable,
unsigned
port,
const
std::string
&token,
const
std::string
&snapmode =
""
);
11
12
}
// Ase
atquit.hh
std::string
std::function
Ase
The Anklang C++ API namespace.
Definition
api.hh:9
Ase::String
std::string String
Convenience alias for std::string.
Definition
cxxaux.hh:35
« « « Anklang Documentation