Anklang-0.3.0.dev956+gd75ac925 anklang-0.3.0.dev956+gd75ac925
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
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
6namespace Ase::DBus {
7
8String rtkit_make_high_priority (pid_t thread, int nice_level);
9int rtkit_get_min_nice_level ();
10
11} // Ase::DBus
12
std::string String
Convenience alias for std::string.
Definition cxxaux.hh:34