Anklang-0.3.0.dev956+gd75ac925
anklang-0.3.0.dev956+gd75ac925
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
#pragma once
3
4
#include <
ase/defs.hh
>
5
6
namespace
Ase::DBus {
7
8
String
rtkit_make_high_priority (pid_t thread,
int
nice_level);
9
int
rtkit_get_min_nice_level ();
10
11
}
// Ase::DBus
12
defs.hh
Ase::String
std::string String
Convenience alias for std::string.
Definition
cxxaux.hh:34
« « « Anklang Documentation