Anklang
0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation
Loading...
Searching...
No Matches
ase
dbus.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
#ifndef __ASE_DBUS_HH__
3
#define __ASE_DBUS_HH__
4
5
#include <
ase/defs.hh
>
6
7
namespace
Ase::DBus {
8
9
String
rtkit_make_high_priority (pid_t thread,
int
nice_level);
10
int
rtkit_get_min_nice_level ();
11
12
}
// Ase::DBus
13
14
#endif
// __ASE_DBUS_HH__
defs.hh
Ase::String
std::string String
Convenience alias for std::string.
Definition
cxxaux.hh:35
« « « Anklang Documentation