mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
add man page for bluetooth, fix bluetooth race-condition
This commit is contained in:
@ -5,12 +5,11 @@
|
||||
namespace waybar::util {
|
||||
|
||||
class Rfkill {
|
||||
public:
|
||||
public:;
|
||||
Rfkill(enum rfkill_type rfkill_type);
|
||||
~Rfkill() = default;
|
||||
bool isDisabled() const;
|
||||
void waitForEvent();
|
||||
int getState();
|
||||
int getState() const;
|
||||
|
||||
private:
|
||||
enum rfkill_type rfkill_type_;
|
||||
|
Reference in New Issue
Block a user