mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Added mutex locking to resetDevices
This commit is contained in:
@ -30,7 +30,7 @@ class UPower : public AModule {
|
||||
const gchar *signal_name, GVariant *parameters,
|
||||
gpointer user_data);
|
||||
void removeDevice(const gchar *objectPath);
|
||||
void addDevice(UpDevice *device);
|
||||
void addDevice(UpDevice *device, bool lockMutex = true);
|
||||
void setDisplayDevice();
|
||||
void resetDevices();
|
||||
|
||||
|
Reference in New Issue
Block a user